igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 517 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SelectedItemsChangedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get oldItems(): any[];
set oldItems(a: any[]);
private i;
get newItems(): any[];
set newItems(a: any[]);
private h;
get currentItems(): any[];
set currentItems(a: any[]);
}