UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

11 lines 260 B
export interface ToasterConfig { title: string; message?: string | Object; width?: string; height?: string; position?: string; time?: number; showIcon?: boolean; progress?: boolean; } //# sourceMappingURL=toaster-config.d.ts.map