UNPKG

@appkitreact/react-table-library

Version:

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

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