UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

14 lines (13 loc) 490 B
import { IgrCellInfo } from "./igr-cell-info"; import { RowSeparatorModel as RowSeparatorModel_internal } from "./RowSeparatorModel"; /** * Represents backing information for the row separators. */ export declare class IgrRowSeparatorInfo extends IgrCellInfo { protected createImplementation(): RowSeparatorModel_internal; /** * @hidden */ get i(): RowSeparatorModel_internal; constructor(); }