igniteui-react-grids
Version:
Ignite UI React grid components.
13 lines (12 loc) • 457 B
TypeScript
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);
}