UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

3 lines (2 loc) 142 B
import { VirtualNode, Portal } from 'nerv-shared'; export declare function createPortal(children: VirtualNode, container: Element): Portal;