UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

18 lines (17 loc) 497 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; import { PivotValue } from "./PivotValue"; /** * @hidden */ export declare class ValuesChangeDetail extends Base { static $t: Type; private b; protected get c(): WCNativeHelper; private d; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get a(): PivotValue[]; set a(a: PivotValue[]); }