UNPKG

xatto

Version:

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

13 lines (12 loc) 213 B
export interface GlueNode { children: GlueNode[]; node?: Node; i: number; key: string; name: string; lifecycle: string; prev: { props: any; }; props: any; }