UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

16 lines 385 B
import { ToasterConfig } from '../../toaster-config'; export declare class Toaster implements ToasterConfig { title: string; message: string; width: string; height: string; position: string; time: number; showIcon: boolean; progress: boolean; id: string; closed: boolean; color: string; icon: any; } //# sourceMappingURL=toaster.d.ts.map