-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(drawer): export drawer children props (#4310)
* export Drawer children props * Fix eslint * fix: add changeset for drawer props export * fix: remove useDisclosure export for `@nextui-org/react` not to fail * remove useDisclosureProps * Import props as types
- Loading branch information
1 parent
5f388fc
commit f8f6bfe
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nextui-org/drawer": patch | ||
--- | ||
|
||
Export useDisclosure and Drawer children props from `@nextui-org/drawer` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters