UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 451 B
import { WebBaseAlertLikeDescription } from "./WebBaseAlertLikeDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebSnackbarDescription extends WebBaseAlertLikeDescription { static $t: Type; protected get_type(): string; constructor(); private r; get actionText(): string; set actionText(a: string); private q; get actionRef(): string; set actionRef(a: string); }