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) 378 B
import { GlueNode } from './GlueNode'; import { Props } from './Props'; export declare function patcherProvider(mutate: Function, lifecycleEvents: Function[], eventProxy: (e: Event) => void, eventTargetProps: WeakMap<EventTarget, Props>, removedNodes: WeakMap<Node, boolean>): (next: Function, recursion: Function) => (glueNode: GlueNode, isSVG: boolean) => GlueNode | null;