UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 253 B
import { RowDirective } from "./RowDirective"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class GridRow extends RowDirective { static $t: Type; q(a: any, b: any): void; r(a: any, b: any): void; }