UNPKG

@appkitreact/react-table-library

Version:

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

4 lines (3 loc) 351 B
import { TableNode } from '@appkitreact/react-table-library/types/table'; import { NormalTableProps } from '@appkitreact/react-table-library/types/compact'; export declare const NormalTable: <T extends TableNode>({ tableList, columns, rowProps, rowOptions, ...tableProps }: NormalTableProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element;