mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 06:46:00 +00:00
auto close snackbar
This commit is contained in:
@@ -3,6 +3,7 @@ import { openedSnackbars } from '../stores';
|
||||
export interface SnackbarButton {
|
||||
label: string;
|
||||
onClick: Function;
|
||||
autoClose?: boolean;
|
||||
}
|
||||
|
||||
export interface SnackbarInfo {
|
||||
|
||||
Reference in New Issue
Block a user