UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

13 lines (12 loc) 304 B
import { EventArgs, Type } from "igniteui-react-core"; /** * @hidden */ export declare class MultiColumnComboBoxValueChangedEventArgs extends EventArgs { static $t: Type; private d; private b; constructor(a: any, b: any); get oldValue(): any; get newValue(): any; }