Skip to content

Commit

Permalink
Merge pull request #90 from mj-studio-library/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
mym0404 authored Apr 17, 2024
2 parents 7a26583 + 02603ef commit 3cf9417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prepare your contribution.

## Setup the Project

The following steps will get you up and running to contribute to Chakra UI:
The following steps will get you up and running to contribute to this repository:

1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of
[this page](https://github.com/mj-studio-library/react-native-styled-system))
Expand Down 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 3cf9417

Please sign in to comment.