UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

8 lines (7 loc) 244 B
/// <reference types="react" /> import { HeaderGroup } from 'react-table'; interface TableCellSortingProps { column: HeaderGroup<any>; } export default function TableCellSorting(props: TableCellSortingProps): JSX.Element; export {};