UNPKG

@appkitreact/react-table-library

Version:

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

5 lines (4 loc) 374 B
import * as React from 'react'; import { CellSelectProps } from '@appkitreact/react-table-library/types/select'; import { TableNode } from '@appkitreact/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)>;