Skip to content

Commit 82ee302

Browse files
authored
Update README.md
1 parent 4276526 commit 82ee302

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ const jss = createJss()
9494
jss.use(vendorPrefixer())
9595

9696
// Create a custom Styled function, that allows to set BaseStyles.
97-
const Styled = createStyled(jss)
97+
export const Styled = createStyled(jss)
9898

9999
// Create a custom styled function that allows to create styled components.
100-
export const styled = createStyled()
100+
const styled = Styled()
101101

102-
export default Styled
102+
export default styled
103103
```
104104

105105
## License

0 commit comments

Comments
 (0)