rsnext/packages/next/build/swc/tests/fixture/styled-jsx/tpl-escape-1/output.js
2021-09-16 15:08:42 +02:00

9 lines
No EOL
308 B
JavaScript

import _JSXStyle from "styled-jsx/style";
export default class {
render() {
return <div className={"jsx-1f6cef12199c3a8f"}>
<p className={"jsx-1f6cef12199c3a8f"}>test</p>
<_JSXStyle id={"1f6cef12199c3a8f"}>{"p.jsx-1f6cef12199c3a8f {content:'`'}"}</_JSXStyle>
</div>;
}
}