Skip to main content

OrySettingsFormProps

type OrySettingsFormProps = Omit<ComponentPropsWithoutRef<"form">, "action" | "method" | "onSubmit">

Props for the OrySettingsFormSection component. This type extends the form element props but omits the action, method, and onSubmit properties.