wired-elements-react
Version:
React wrappers for wired-elements
9 lines (8 loc) • 378 B
TypeScript
import * as React from 'react';
import { WiredInput as _WiredInput } from 'wired-elements/lib/wired-input.js';
export declare const WiredInput: React.ForwardRefExoticComponent<Partial<_WiredInput> & {
onChange?: ((e: Event) => unknown) | undefined;
onchange?: ((e: Event) => unknown) | undefined;
} & {
children?: React.ReactNode;
} & React.RefAttributes<unknown>>;