Skip to content

Commit

Permalink
fix: export ProviderProps type
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi committed Jun 12, 2024
1 parent fe04321 commit 93411fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-laws-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cube-dev/ui-kit': patch
---

Export ProviderProps type.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export const Typography = {
export { Text, Title, Paragraph };
export type { CubeTextProps, CubeTitleProps, CubeParagraphProps };

export { Provider } from './provider';
export { useProviderProps } from './provider';
export { Provider, useProviderProps } from './provider';
export type { ProviderProps } from './provider';
export { Portal } from './components/portal';
export type { PortalProps } from './components/portal';
export * from './components/forms';
Expand Down

0 comments on commit 93411fd

Please sign in to comment.