UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 284 B
import { TextareaProps } from './types'; declare const TextArea: ({ className, textAreaStyles, label, layout, required, name, value, placeholder, size, onChange, rows, resize, maxLength, disabled, }: TextareaProps) => import("react/jsx-runtime").JSX.Element; export default TextArea;