UNPKG

@progress/kendo-react-grid

Version:
12 lines (11 loc) 310 B
import * as React from 'react'; import { GridRowProps } from '../interfaces/GridRowProps'; /** * The component for each of the items in the `data` property which the Grid renders. */ export declare class GridRow extends React.Component<GridRowProps, {}> { /** * @hidden */ render(): any; }