UNPKG

mostly-dom

Version:
4 lines (3 loc) 245 B
import { VNode } from './'; import { ModuleCallbacks } from './modules/ModuleCallbacks'; export declare function removeVNodes(parentNode: Node, vNodes: Array<VNode>, startIndex: number, endIndex: number, moduleCallbacks: ModuleCallbacks): void;