UNPKG

@table-library/react-table-library

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