UNPKG

@cycle/dom

Version:

The standard DOM Driver for Cycle.js, based on Snabbdom

9 lines (8 loc) 256 B
import { VNode } from 'snabbdom'; export declare class VNodeWrapper { rootElement: Element | DocumentFragment; constructor(rootElement: Element | DocumentFragment); call(vnode: VNode | null): VNode; private wrapDocFrag; private wrap; }