rsnext/packages/next/build/swc/tests/fixture/styled-jsx/component-attribute/output.js

8 lines
279 B
JavaScript
Raw Normal View History

import _JSXStyle from "styled-jsx/style";
const Test = ()=><div className={"jsx-a9535d7d5f32c3c4"}>
<span className={"jsx-a9535d7d5f32c3c4"}>test</span>
<Component />
<_JSXStyle id={"a9535d7d5f32c3c4"}>{"span.jsx-a9535d7d5f32c3c4 {color:red}"}</_JSXStyle>
</div>
;