Skip to content

Commit

Permalink
fix(core): export hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 17, 2024
1 parent 8174fbd commit 02603ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ interested in contributing to the documentation, create pr as manual.
## License

By contributing your code to the chakra-ui GitHub repository, you agree to
By contributing your code to the react-native-styled-system GitHub repository, you agree to
license your contribution under the MIT license.
2 changes: 2 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ export * from './@types/SxProps';
export * from './@types/ThemedDict';
export * from './@types/ThemedTypings';
export * from './hook/useSx';
export * from './hook/useSxStyle';
export * from './hook/useSxTokens';
export * from './provider/StyledSystemProvider';
export * from './util/propsToThemedStyle';

0 comments on commit 02603ef

Please sign in to comment.