UNPKG

@table-library/react-table-library

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