We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b04c26 commit 9ec9cd2Copy full SHA for 9ec9cd2
src/components/actionBottomSheet/index.ts
@@ -1,3 +1,6 @@
1
export { ActionBottomSheetUnControlled as ActionBottomSheet } from './actionBottomSheetUnControlled';
2
-export { ActionBottomSheetControlled } from './actionBottomSheetControlled';
+export {
3
+ ActionBottomSheetControlled,
4
+ ActionBottomSheetControlledStructure,
5
+} from './actionBottomSheetControlled';
6
export * from './types';
0 commit comments