igniteui-react-grids
Version:
Ignite UI React grid components.
13 lines (12 loc) • 417 B
TypeScript
import { CellPresenterBase } from "./CellPresenterBase";
import { VerticalSeparatorCell } from "./VerticalSeparatorCell";
import { GridCellBase } from "./GridCellBase";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class VerticalSeparatorCellPresenter extends CellPresenterBase {
static $t: Type;
get d(): VerticalSeparatorCell;
constructor(a: GridCellBase);
}