UNPKG

147 BTypeScriptView Raw
1import { VNode } from "./vnode.js";
2import { DOMAPI } from "./htmldomapi.js";
3export declare function toVNode(node: Node, domApi?: DOMAPI): VNode;