Skip to main content
Module

x/fathym_atomic/mod.ts>SignInOptions

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