UNPKG

ka-table

Version:

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

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