UNPKG

igniteui-react-core

Version:
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); }