UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

15 lines (14 loc) 348 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class ColumnPropertySetter extends Base { static $t: Type; a: any; c: string; d: string; b: any; constructor(a: number); constructor(a: number, b: string, c: string, d: any); constructor(a: number, ..._rest: any[]); }