UNPKG

ka-table

Version:

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

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