UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

8 lines (7 loc) 211 B
export declare enum ToastTypes { primary = "toast-primary", success = "toast-success", warning = "toast-warning", error = "toast-error" } export declare type ToastType = keyof typeof ToastTypes;