UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 292 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIBuiltInEvents { Changing = 0, Clicked = 1, Change = 2, SelectedValueChanged = 3, ValueChanged = 4 } /** * @hidden */ export declare let NativeUIBuiltInEvents_$type: Type;