UNPKG

xatto

Version:

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

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