auto close snackbar

This commit is contained in:
SPRINX0\prochazka
2024-09-09 15:51:41 +02:00
parent 703a4bdb57
commit 1fcaf08644
3 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import { openedSnackbars } from '../stores';
export interface SnackbarButton {
label: string;
onClick: Function;
autoClose?: boolean;
}
export interface SnackbarInfo {