Skip to main content
Module

x/fathym_atomic/mod.ts>SignUpOptions

This is the core atomic library to build design libraries from.
Very Popular
Go to Latest
type alias SignUpOptions
import { type SignUpOptions } from "https://deno.land/x/fathym_atomic@v0.0.123/mod.ts";
definition: { usernameInputProps?: InputProps; passwordInputProps?: InputProps; confirmPasswordInputProps?: InputProps; submitActionProps?: ActionProps; formProps?: JSX.HTMLAttributes<HTMLFormElement>; }