UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

8 lines (7 loc) 191 B
/** * @jsxRuntime classic * @jsx jsx */ import { type FC } from 'react'; import { type TruncateStyleProps } from './constants'; export declare const TableBodyCell: FC<TruncateStyleProps>;