@table-library/react-table-library
Version:
react-table-library
5 lines (4 loc) • 378 B
TypeScript
import * as React from 'react';
import { CellSelectProps } from '@table-library/react-table-library/types/select';
import { TableNode } from '@table-library/react-table-library/types/table';
export declare const CellSelect: React.MemoExoticComponent<(<T extends TableNode>({ item, ...passThrough }: CellSelectProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element)>;