UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

8 lines (7 loc) 156 B
import { Props } from './Props'; export interface ResolvedVNode { children: ResolvedVNode[]; key: any; name: string; props: Props; }