UNPKG

@table-library/react-table-library

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