styled_jsx 3.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
7
import _JSXStyle from "styled-jsx/style";
function test() {
    ({
        styles: <_JSXStyle id={"7b844396f2efe2ef"}>{"div.jsx-7b844396f2efe2ef{color:red}"}</_JSXStyle>,
        className: "jsx-7b844396f2efe2ef"
    });
}