UNPKG

302 BTypeScriptView Raw
1export declare class ToastOptions {
2 positionClass: string;
3 maxShown: number;
4 newestOnTop: boolean;
5 animate: string;
6 toastLife: number;
7 enableHTML: boolean;
8 dismiss: string;
9 messageClass: string;
10 titleClass: string;
11 showCloseButton: boolean;
12 constructor();
13}