Skip to content

Commit

Permalink
Export all hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Aug 19, 2022
1 parent e2ac8c5 commit 891cb3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export default App

Take a look at this [codesandbox](https://codesandbox.io/s/sagu-ui-example-r22mum?file=/src/App.js) demo

## Contributing

You can contribute to this project by opening an issue or creating a pull request.

## What is inside?

- [TypeScript](https://www.typescriptlang.org/)
Expand All @@ -64,6 +68,8 @@ Take a look at this [codesandbox](https://codesandbox.io/s/sagu-ui-example-r22mu
├── index.ts
├── animations
| ├── placeholder.ts
├── hooks
| ├── ...
├── packages
| ├── index.ts
| ├── Button
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './packages'
export * from './styles'
export * from './animations'
export * from './icons'
export * from './hooks'

0 comments on commit 891cb3a

Please sign in to comment.