UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 533 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class GridSelectedItemsChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get currentItems(): any[]; set currentItems(a: any[]); private h; get addedItems(): any[]; set addedItems(a: any[]); private j; get removedItems(): any[]; set removedItems(a: any[]); }