igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
17 lines (16 loc) • 359 B
TypeScript
import { Base, Type } from "igniteui-webcomponents-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();
}