UNPKG

zhu-jiang-yi-yuan-mobile

Version:

南方医科大学珠江医院移动端

4 lines (3 loc) 141 B
import { TableProps } from '../../@types'; declare const Table: <T>(props: Omit<TableProps<T>, 'columns'>) => JSX.Element; export { Table };