UNPKG

xatto

Version:

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

3 lines (2 loc) 199 B
import { Props } from './Props'; export declare function eventProxyProvider(mutate: any, getContext: any, eventTargetProps: WeakMap<EventTarget, Props>): (event: Event | CustomEvent<any>) => void;