UNPKG

@grandlinex/react-components

Version:
5 lines (4 loc) 187 B
import React from 'react'; import { TableProps } from './TableHook'; declare function Table<T extends Record<string, any>>(props: TableProps<T>): React.JSX.Element; export default Table;