Skip to content

Commit

Permalink
Merge pull request #262 from piyumaldk/main
Browse files Browse the repository at this point in the history
fix(react): fix the `usePastelColorGenerator` hook public api exposing issue
  • Loading branch information
brionmario authored Oct 4, 2024
2 parents af840b3 + f2c0d4f commit 0b8db8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

export * from './components';
export * from './theme';
export {default as usePastelColorGenerator} from './hooks/use-pastel-color-generator';
export * from './hooks/use-pastel-color-generator';
export {default} from './utils/generate-pastel-color';
export {
Expand Down

0 comments on commit 0b8db8e

Please sign in to comment.