UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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