UNPKG

@table-library/react-table-library

Version:
4 lines (3 loc) 355 B
import { TableNode } from '@table-library/react-table-library/types/table'; import { NormalTableProps } from '@table-library/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;