UNPKG

@appkitreact/react-table-library

Version:

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

3 lines (2 loc) 228 B
import { TableNode } from '@appkitreact/react-table-library/types/table'; export declare const recursiveMergeInsert: (targetId: string, nodes: TableNode[], otherProperties: Record<any, any>) => (node: TableNode) => TableNode;