UNPKG

table-reuse

Version:

A reusable table built on top of Antd ProTable

6 lines (5 loc) 174 B
export declare function useSorting(): { sortField: string | undefined; sortOrder: "ascend" | "descend" | undefined; updateSorting: (sorter: any) => void; };