@table-library/react-table-library
Version:
react-table-library
6 lines (5 loc) • 361 B
TypeScript
import * as React from 'react';
import { TableNode } from '@table-library/react-table-library/types/table';
declare type HeaderCellSelectProps = Record<string, any>;
export declare const HeaderCellSelect: React.MemoExoticComponent<(<T extends TableNode>(passThrough: HeaderCellSelectProps) => import("@emotion/react/jsx-runtime").JSX.Element)>;
export {};