igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 588 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ColumnWidthDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private i;
get isStarSized(): boolean;
set isStarSized(a: boolean);
private l;
get value(): number;
set value(a: number);
private k;
get minimumWidth(): number;
set minimumWidth(a: number);
}