UNPKG

inferno

Version:

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

6 lines (5 loc) 526 B
import type { VNode } from '../core/types'; import { type AnimationQueues } from './utils/common'; export declare function patchEvent(name: string, lastValue: any, nextValue: any, dom: any): void; export declare function patchProp(prop: string, lastValue: any, nextValue: any, dom: Element, isSVG: boolean, hasControlledValue: boolean, lastVNode: VNode | null, animations: AnimationQueues): void; export declare function mountProps(vNode: any, flags: any, props: any, dom: any, isSVG: any, animations: AnimationQueues): void;