igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 451 B
TypeScript
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);
}