Skip to main content
Latest
type alias SignUpOptions
import { type SignUpOptions } from "https://deno.land/x/fathym_atomic_iot@v0.0.61/src/src.deps.ts";
definition: { usernameInputProps?: InputProps; passwordInputProps?: InputProps; confirmPasswordInputProps?: InputProps; submitActionProps?: ActionProps; formProps?: JSX.HTMLAttributes<HTMLFormElement>; }