We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098c2bb commit 723b29eCopy full SHA for 723b29e
2 files changed
.changeset/nine-eels-smoke.md
@@ -0,0 +1,6 @@
1
+---
2
+"@twilio-paste/sidebar": minor
3
+"@twilio-paste/core": minor
4
5
+
6
+[Sidebar] export type for SidebarNavigationDisclosureContent
packages/paste-core/components/sidebar/src/index.tsx
@@ -35,6 +35,7 @@ export {
35
SidebarNavigationDisclosure,
36
useSidebarNavigationDisclosureState,
37
} from "./navigation/SidebarNavigationDisclosure";
38
+export type {DisclosureProps} from './navigation/SidebarNavigationDisclosure';
39
// renaming for the sake of documenting the API
40
export type {
41
SidebarNavigationDisclosureInitialStateProps,
0 commit comments