UNPKG

ka-table

Version:

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

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