UNPKG

ka-table

Version:

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

5 lines (4 loc) 186 B
import * as React from 'react'; import { IFilterRowEditorProps } from '../../props'; declare const FilterCell: React.FunctionComponent<IFilterRowEditorProps>; export default FilterCell;