We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ebabf commit 38a839dCopy full SHA for 38a839d
2 files changed
src/components/Flyout/index.ts
@@ -5,4 +5,8 @@ export type {
5
FlyoutContentProps,
6
FlyoutHeaderProps,
7
FlyoutFooterProps,
8
+ FlyoutSizeType,
9
+ FlyoutStrategy,
10
+ FlyoutType,
11
+ FlyoutAlignmentType,
12
} from './Flyout.types';
src/index.ts
@@ -132,11 +132,15 @@ export type { FileTabStatusType } from './components/FileTabs';
132
// Flyout
133
export { Flyout } from './components/Flyout';
134
export type {
135
136
137
138
139
FlyoutProps,
140
141
142
FlyoutTriggerProps,
143
144
} from './components/Flyout';
145
146
// Form Container
0 commit comments