UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

22 lines (21 loc) 573 B
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); }