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 de7b722 commit dc77753Copy full SHA for dc77753
src/components/experimental/index.ts
@@ -1,3 +1,4 @@
1
+export { Backdrop } from './Backdrop/Backdrop';
2
export { Button } from './Button/Button';
3
export { Calendar } from './Calendar/Calendar';
4
export { Chip } from './Chip/Chip';
@@ -10,6 +11,7 @@ export { IconButton } from './IconButton/IconButton';
10
11
export { InlineSpinner } from './InlineSpinner/InlineSpinner';
12
export { Label } from './Label/Label';
13
export { ListBox, ListBoxItem } from './ListBox/ListBox';
14
+export { Modal } from './Modal/Modal';
15
export { Popover } from './Popover/Popover';
16
export { Select } from './Select/Select';
17
export { Snackbar, SnackbarProps } from './Snackbar/Snackbar';
0 commit comments