UNPKG

xatto

Version:

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

4 lines (3 loc) 243 B
import { GlueNode } from './GlueNode'; import { Props } from './Props'; export declare function updateNode(glueNode: GlueNode, isSVG: Boolean, eventProxy: (e: Event) => void, eventTargetProps: WeakMap<EventTarget, Props>): [Node, boolean];