File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ import {
2929} from './utils' ;
3030import styles from './Snackbar.module.css' ;
3131
32+ export type { BasicProps as SnackbarBasicProps } ;
33+
3234const placementClassNames = {
3335 'top-start' : styles . placementTopStart ,
3436 'top' : styles . placementTop ,
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export type { ScreenSpinnerContextProps } from './components/ScreenSpinner/conte
143143export { Snackbar } from './components/Snackbar/Snackbar' ;
144144export { useSnackbarManager } from './hooks/useSnackbarManager' ;
145145export type { SnackbarApi , CustomSnackbar , UseSnackbar } from './hooks/useSnackbarManager' ;
146- export type { SnackbarProps } from './components/Snackbar/Snackbar' ;
146+ export type { SnackbarProps , SnackbarBasicProps } from './components/Snackbar/Snackbar' ;
147147export { Tooltip } from './components/Tooltip/Tooltip' ;
148148export { useTooltip } from './components/Tooltip/useTooltip' ;
149149export type {
You can’t perform that action at this time.
0 commit comments