UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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