UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

4 lines (3 loc) 165 B
import { Props, VirtualChildren, VNode } from 'nerv-shared'; declare function h(type: string, props: Props, children?: VirtualChildren): VNode; export default h;