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