UNPKG

@findnlink/ui

Version:
7 lines (5 loc) 212 B
import { InputHTMLAttributes, ReactNode } from 'react' export interface TextAreaProps extends InputHTMLAttributes<HTMLTextAreaElement> { scale?: 's' | 'm' | 'l' | 'xl' weight?: 'light' | 'normal' | 'bold' }