UNPKG

inferno

Version:

An extremely fast, React-like JavaScript library for building modern user interfaces

3 lines (2 loc) 261 B
import { type NonEmptyProps, type VNode } from '../../core/types'; export declare function createWrappedFunction(methodName: string | string[], applyValue?: (newProps: NonEmptyProps, dom: any, isMounting: boolean, newVNode: VNode) => void): (e: Event) => void;