igniteui-react-core
Version:
Ignite UI React Core.
18 lines (17 loc) • 628 B
TypeScript
import { Description } from "./Description";
import { WebTileChangeStateEventArgsDetailDescription } from "./WebTileChangeStateEventArgsDetailDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebTileChangeStateEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private h;
get detail(): WebTileChangeStateEventArgsDetailDescription;
set detail(a: WebTileChangeStateEventArgsDetailDescription);
}