UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

13 lines (12 loc) 457 B
import { CanvasCellPresenterBase } from "./CanvasCellPresenterBase"; import { CanvasRowSeparatorCell } from "./CanvasRowSeparatorCell"; import { CanvasGridCellBase } from "./CanvasGridCellBase"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class CanvasRowSeparatorCellPresenter extends CanvasCellPresenterBase { static $t: Type; get d(): CanvasRowSeparatorCell; constructor(a: CanvasGridCellBase); }