Skip to content

Commit 9ec9cd2

Browse files
author
Kubit
committed
Add export for ActionBottomSheetControlledStructure
1 parent 0b04c26 commit 9ec9cd2

File tree

1 file changed

+4
-1
lines changed
  • src/components/actionBottomSheet

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export { ActionBottomSheetUnControlled as ActionBottomSheet } from './actionBottomSheetUnControlled';
2-
export { ActionBottomSheetControlled } from './actionBottomSheetControlled';
2+
export {
3+
ActionBottomSheetControlled,
4+
ActionBottomSheetControlledStructure,
5+
} from './actionBottomSheetControlled';
36
export * from './types';

0 commit comments

Comments
 (0)