UNPKG

@appkitreact/react-table-library

Version:

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

4 lines (3 loc) 157 B
import * as React from 'react'; import { CellProps } from '@appkitreact/react-table-library/types/table'; export declare const Cell: React.FC<CellProps>;