UNPKG

256 BTypeScriptView Raw
1import { VNode } from 'snabbdom';
2export declare class VNodeWrapper {
3 rootElement: Element | DocumentFragment;
4 constructor(rootElement: Element | DocumentFragment);
5 call(vnode: VNode | null): VNode;
6 private wrapDocFrag;
7 private wrap;
8}