UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

4 lines (3 loc) 213 B
import { VirtualChildren } from 'nerv-shared'; export declare function unmountChildren(children: VirtualChildren, parentDom?: Element): void; export declare function unmount(vnode: any, parentDom?: any): void;