UNPKG

@progress/kendo-react-grid

Version:
9 lines (8 loc) 220 B
import * as React from 'react'; import { GridCellProps } from '../interfaces/GridCellProps'; export declare class GridCell extends React.Component<GridCellProps, {}> { /** * @hidden */ render(): any; }