igniteui-react-grids
Version:
Ignite UI React grid components.
17 lines (16 loc) • 351 B
TypeScript
import { Base, Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ColumnWidth extends Base {
static $t: Type;
g: any;
c: boolean;
f: number;
private d;
get e(): number;
set e(a: number);
static get a(): ColumnWidth;
static parse(a: string): ColumnWidth;
constructor();
}