UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

4 lines (3 loc) 295 B
import { Props, VNode, VirtualChildren, Component } from 'nerv-shared'; declare function createVNode(type: string, props: Props, children: VirtualChildren, key: any, namespace: string, owner: Component<any, any>, ref: Function | string | null | undefined): VNode; export default createVNode;