@atlaskit/dynamic-table
Version:
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
6 lines (5 loc) • 303 B
TypeScript
import React from 'react';
import { type State } from '../../hoc/with-dimensions';
import { type RankableTableCellProps } from './rankable-table-cell';
declare const _default_1: React.ComponentClass<Omit<RankableTableCellProps, 'refWidth' | 'refHeight' | 'innerRef'>, State>;
export default _default_1;