UNPKG

@cbpds/web-components

Version:
11 lines (10 loc) 299 B
export declare class CbpToast { host: HTMLElement; color: 'info' | 'danger' | 'success' | 'warning'; duration: 3 | 5 | 10; open: boolean; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; sx: any; componentWillLoad(): void; render(): any; }