Skip to content

Commit 776ba18

Browse files
authored
chore: export snackbar interface (#498)
1 parent 0381483 commit 776ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/experimental/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export { Label } from './Label/Label';
1111
export { ListBox, ListBoxItem } from './ListBox/ListBox';
1212
export { Popover } from './Popover/Popover';
1313
export { Select } from './Select/Select';
14-
export { Snackbar } from './Snackbar/Snackbar';
14+
export { Snackbar, SnackbarProps } from './Snackbar/Snackbar';
1515
export { Table, Row, Cell, Skeleton, Column, TableBody, TableHeader } from './Table/Table';
1616
export { Text } from './Text/Text';
1717
export { TextField } from './TextField/TextField';

0 commit comments

Comments
 (0)