igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
15 lines (14 loc) • 341 B
TypeScript
import { Base, Type } from "./type";
import { NativeUIGridWidthType } from "./NativeUIGridWidthType";
/**
* @hidden
*/
export declare class GridBridgeColumnDefinition extends Base {
static $t: Type;
a: NativeUIGridWidthType;
d: number;
private b;
get c(): number;
set c(a: number);
e(): string;
}