import type { TextareaHTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; export type TextareaProps = TextareaHTMLAttributes & Omit; /** * Native HTML textarea element. * * @example *