UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 496 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebToastDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private g; get open(): boolean; set open(a: boolean); private j; get displayTime(): number; set displayTime(a: number); private f; get keepOpen(): boolean; set keepOpen(a: boolean); }