igniteui-react-grids
Version:
Ignite UI React grid components.
12 lines (11 loc) • 348 B
TypeScript
import { CellModelExport } from "./CellModelExport";
import { StringBuilder } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class RowSeparatorModelExport extends CellModelExport {
static $t: Type;
protected get_ac(): string;
protected ad(a: StringBuilder): void;
}