import { type SignInOptions } from "https://deno.land/x/fathym_atomic@v0.0.104/src/organisms/SignIn.tsx";
definition: { usernameInputProps?: InputProps; passwordInputProps?: InputProps; submitActionProps?: ActionProps; forgotPasswordActionProps?: ActionProps; formProps?: JSX.HTMLAttributes<HTMLFormElement>; }