import { NodePatchingData } from "./NodePatcher"; /** * Creates the nodes to be appended to the parent one according to the patching data * @param patchingData The patching data to create the nodes from * @returns The list of the created nodes */ export default function createNodes(patchingData: NodePatchingData): Node; //# sourceMappingURL=createNodes.d.ts.map