Skip to content

Commit 723b29e

Browse files
committed
feat(sidebar): export type
1 parent 098c2bb commit 723b29e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/nine-eels-smoke.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {
3535
SidebarNavigationDisclosure,
3636
useSidebarNavigationDisclosureState,
3737
} from "./navigation/SidebarNavigationDisclosure";
38+
export type {DisclosureProps} from './navigation/SidebarNavigationDisclosure';
3839
// renaming for the sake of documenting the API
3940
export type {
4041
SidebarNavigationDisclosureInitialStateProps,

0 commit comments

Comments
 (0)