We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4276526 commit 82ee302Copy full SHA for 82ee302
1 file changed
README.md
@@ -94,12 +94,12 @@ const jss = createJss()
94
jss.use(vendorPrefixer())
95
96
// Create a custom Styled function, that allows to set BaseStyles.
97
-const Styled = createStyled(jss)
+export const Styled = createStyled(jss)
98
99
// Create a custom styled function that allows to create styled components.
100
-export const styled = createStyled()
+const styled = Styled()
101
102
-export default Styled
+export default styled
103
```
104
105
## License
0 commit comments