/** * */ export interface CellEditingProps { /** * */ clicksToEdit: number; } export default CellEditingProps;