Skip to Content
APIType AliasesType Alias: TextareaPassthroughProps

Hero Hook Form API v2.15.0


Hero Hook Form API / TextareaPassthroughProps

Type Alias: TextareaPassthroughProps

TextareaPassthroughProps = Omit<ComponentProps<typeof Textarea>, "value" | "isInvalid" | "errorMessage" | "name">

Defined in: types.ts:30