Skip to Content
APIType AliasesType Alias: InputPassthroughProps

Hero Hook Form API v2.15.0


Hero Hook Form API / InputPassthroughProps

Type Alias: InputPassthroughProps

InputPassthroughProps = Omit<ComponentProps<typeof Input>, "value" | "isInvalid" | "errorMessage" | "name">

Defined in: types.ts:26