@progress/kendo-react-grid
Version:
KendoReact Grid package
12 lines (11 loc) • 310 B
TypeScript
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;
}