UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

15 lines (14 loc) 489 B
import { CellPresenterBase } from "./CellPresenterBase"; import { SectionHeaderCell } from "./SectionHeaderCell"; import { GridCellBase } from "./GridCellBase"; import { CellModel } from "./CellModel"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SectionHeaderCellPresenter extends CellPresenterBase { static $t: Type; constructor(a: GridCellBase); get d(): SectionHeaderCell; protected b(a: CellModel): void; }