react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
7 lines • 419 B
TypeScript
/// <reference types="react" />
import { TextInputProps } from '../TextInput/TextInput';
/** @deprecated Use `TextInputProps` */
export declare type TextFieldProps = TextInputProps;
/** @deprecated Use `TextInput` */
export declare const TextField: import("react").ForwardRefExoticComponent<TextInputProps & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
//# sourceMappingURL=TextField.d.ts.map