@table-library/react-table-library
Version:
react-table-library
4 lines (3 loc) • 326 B
TypeScript
import { TableNode } from '@table-library/react-table-library/table/index';
import { CompactTableProps } from '@table-library/react-table-library/types/compact';
export declare const CompactHeader: <T extends TableNode>({ columns, ...tableProps }: CompactTableProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element;