UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

11 lines (10 loc) 240 B
import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class IconClickedEventArgs extends EventArgs { static $t: Type; private _handled; get handled(): boolean; set handled(a: boolean); }