igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 573 B
TypeScript
import { Description } from "./Description";
import { RectDescription } from "./RectDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class FunnelSliceClickedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get index(): number;
set index(a: number);
private h;
get bounds(): RectDescription;
set bounds(a: RectDescription);
private l;
get itemRef(): string;
set itemRef(a: string);
}