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