Skip to Content
APIType AliasesType Alias: SwitchDefaults

Hero Hook Form API v2.15.0


Hero Hook Form API / SwitchDefaults

Type Alias: SwitchDefaults

SwitchDefaults = Partial<Omit<React.ComponentProps<typeof Switch>, "isSelected" | "onValueChange" | "isInvalid" | "isDisabled">>

Defined in: providers/ConfigProvider.tsx:138