igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
13 lines (12 loc) • 470 B
TypeScript
import { CanvasCellPresenterBase } from "./CanvasCellPresenterBase";
import { CanvasRowSeparatorCell } from "./CanvasRowSeparatorCell";
import { CanvasGridCellBase } from "./CanvasGridCellBase";
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class CanvasVerticalSeparatorCellPresenter extends CanvasCellPresenterBase {
static $t: Type;
get d(): CanvasRowSeparatorCell;
constructor(a: CanvasGridCellBase);
}