UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 330 B
import { TextInputProps } from './types'; declare const TextInput: ({ type, name, id, className, value, onInputChange, size, label, layout, title, hint, placeholder, inputStyles, rounded, required, readonly, autocomplete, pattern, disabled, }: TextInputProps) => import("react/jsx-runtime").JSX.Element; export default TextInput;