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