UNPKG

alinea

Version:
6 lines (5 loc) 210 B
import type { TextField } from './TextField.js'; export interface TextInputProps { field: TextField; } export declare function TextInput({ field }: TextInputProps): import("react/jsx-runtime").JSX.Element;