UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

13 lines (12 loc) 397 B
import { CellPresenterBase } from "./CellPresenterBase"; import { RowSeparatorCell } from "./RowSeparatorCell"; import { GridCellBase } from "./GridCellBase"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class RowSeparatorCellPresenter extends CellPresenterBase { static $t: Type; get d(): RowSeparatorCell; constructor(a: GridCellBase); }