UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

9 lines (8 loc) 180 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class NativeUIComboSelectedItemsChangedEventArgs extends Base { static $t: Type; a: any[]; }