UNPKG

inferno

Version:

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

4 lines (3 loc) 246 B
import { type NonEmptyProps } from '../../core/types'; export declare function textAreaEvents(dom: any, nextPropsOrEmpty: any): void; export declare function applyValueTextArea(nextPropsOrEmpty: NonEmptyProps, dom: any, mounting: boolean): void;