UNPKG

vue-snotify

Version:
12 lines (11 loc) 266 B
import { SnotifyToastConfig, SnotifyGlobalConfig } from '.'; /** * Global configuration object */ export interface SnotifyDefaults { global?: SnotifyGlobalConfig; toast?: SnotifyToastConfig; type?: { [key: string]: SnotifyToastConfig; }; }