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