UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

18 lines (17 loc) 511 B
import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare abstract class GridColumnOptionsSimpleSectionBase extends GridColumnOptionsSectionBase { static $t: Type; constructor(); private bx; get by(): string; set by(a: string); private bv; get bw(): boolean; set bw(a: boolean); abstract get b0(): string; protected be(a: string, b: any, c: any): void; }