Skip to content

Commit 38a839d

Browse files
committed
chore: 🤖 expose flyout types
1 parent c5ebabf commit 38a839d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/Flyout/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ export type {
55
FlyoutContentProps,
66
FlyoutHeaderProps,
77
FlyoutFooterProps,
8+
FlyoutSizeType,
9+
FlyoutStrategy,
10+
FlyoutType,
11+
FlyoutAlignmentType,
812
} from './Flyout.types';

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,15 @@ export type { FileTabStatusType } from './components/FileTabs';
132132
// Flyout
133133
export { Flyout } from './components/Flyout';
134134
export type {
135+
FlyoutAlignmentType,
135136
FlyoutContentProps,
136137
FlyoutFooterProps,
137138
FlyoutHeaderProps,
138139
FlyoutProps,
140+
FlyoutSizeType,
141+
FlyoutStrategy,
139142
FlyoutTriggerProps,
143+
FlyoutType,
140144
} from './components/Flyout';
141145

142146
// Form Container

0 commit comments

Comments
 (0)