UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

5 lines (4 loc) 261 B
import * as React from 'react'; import { TableNode, TableProps } from '@appkitreact/react-table-library/types/table'; declare const Table: React.ForwardRefExoticComponent<Omit<TableProps<TableNode>, "ref"> & React.RefAttributes<unknown>>; export { Table };