Skip to content

Commit

Permalink
feat: export drawer header, title & description
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrozagar committed Aug 30, 2024
1 parent 704e71c commit 8dabdc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renderui/core",
"version": "1.6.6",
"version": "1.6.7",
"private": false,
"sideEffects": false,
"description": "React UI library with highly modular and ready-out-of-the-box components",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ export type { DialogTriggerProps } from '@/components/dialog/types/dialog-trigge
export { Drawer } from '@/components/drawer/components/drawer'
export { DrawerTrigger } from '@/components/drawer/components/drawer-trigger'
export { DrawerContent } from '@/components/drawer/components/drawer-content'
export { DrawerHeader } from '@/components/drawer/components/drawer-header'
export { DrawerTitle } from '@/components/drawer/components/drawer-title'
export { DrawerDescription } from '@/components/drawer/components/drawer-description'
export type { DrawerProps } from '@/components/drawer/types/drawer'
export type { DrawerTriggerProps } from '@/components/drawer/types/drawer-trigger'
export type { DrawerContentProps } from '@/components/drawer/types/drawer-content'
Expand Down

0 comments on commit 8dabdc2

Please sign in to comment.