UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

15 lines (14 loc) 446 B
import { GridCellBase } from "./GridCellBase"; import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SectionHeaderCell extends GridCellBase { static $t: Type; private ck; get cl(): DomWrapper; constructor(a: DomRenderer); protected get_z(): boolean; protected bs(a: string, b: any, c: any): void; }