Skip to content

Commit

Permalink
chore: export snackbar interface (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz authored Nov 28, 2024
1 parent 0381483 commit 776ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export { Label } from './Label/Label';
export { ListBox, ListBoxItem } from './ListBox/ListBox';
export { Popover } from './Popover/Popover';
export { Select } from './Select/Select';
export { Snackbar } from './Snackbar/Snackbar';
export { Snackbar, SnackbarProps } from './Snackbar/Snackbar';
export { Table, Row, Cell, Skeleton, Column, TableBody, TableHeader } from './Table/Table';
export { Text } from './Text/Text';
export { TextField } from './TextField/TextField';
Expand Down

0 comments on commit 776ba18

Please sign in to comment.