/**
* {全新的组件核心库}
* @author yutent<yutent.io@gmail.com>
* @date 2023/03/03 11:21:44
*/
export function css(str) {}
const foo = css`
.foo {
color: red;
color: green;
background: green;
.bar {
display: flex;
}
`
const bar = html` <h1></h1> `