UNPKG

@progress/kendo-react-grid

Version:
11 lines (10 loc) 325 B
import * as React from 'react'; import { GridCellProps } from '../interfaces/GridCellProps'; /** * @hidden */ export declare class GridSelectionCell extends React.Component<GridCellProps, {}> { private _inputId; handleOnChange: (syntheticEvent: React.SyntheticEvent<HTMLInputElement>) => void; render(): any; }