UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

3 lines (2 loc) 238 B
import { TableNode, Features, ExtendedNode } from '@appkitreact/react-table-library/types/table'; export declare const applyModifiers: <T extends TableNode>({ sort, pagination, tree }: Features<T>) => (nodes: T[]) => ExtendedNode<T>[];