UNPKG

xatto

Version:

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

6 lines (5 loc) 191 B
/** * @param eventHandler {Function} * @return {Function} */ export declare function currentOnly(eventHandler: Function): (context: any, detail: any, props: any, event: any) => any;