UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

11 lines (10 loc) 304 B
import { GridCellBase } from "./GridCellBase"; import { DomRenderer } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class RowSeparatorCell extends GridCellBase { static $t: Type; constructor(a: DomRenderer); }