UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 533 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class SliceClickEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get isSelected(): boolean; set isSelected(a: boolean); private h; get isExploded(): boolean; set isExploded(a: boolean); private l; get originalEventRef(): string; set originalEventRef(a: string); }