UNPKG

@gpa-gemstone/react-table

Version:
4 lines (3 loc) 182 B
import * as React from 'react'; import * as ReactTableProps from './Types'; export declare function Table<T>(props: React.PropsWithChildren<ReactTableProps.ITable<T>>): JSX.Element;