UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

6 lines (5 loc) 283 B
/// <reference types="react" /> import { RowData } from '@tanstack/react-table'; import type { ISortTable } from './ISortTable'; declare function SortTable<T extends RowData>({ table, sortItem, checkBoxSelect, titleSortTable }: ISortTable<T>): JSX.Element; export default SortTable;