UNPKG

@protocraft/core

Version:

A React Framework for building extensible drag and drop page editors

3 lines (2 loc) 138 B
import { Node, NodeTree } from '../interfaces'; export declare const mergeTrees: (rootNode: Node, childrenNodes: NodeTree[]) => NodeTree;