UNPKG

@table-library/react-table-library

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