UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

5 lines (4 loc) 185 B
import { ICellEditorProps } from '../../props'; import React from 'react'; declare const CellEditorBoolean: React.FunctionComponent<ICellEditorProps>; export default CellEditorBoolean;