UNPKG

ka-table

Version:

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

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