UNPKG

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