Authentication: {
    AboutAccount: () => Element;
    ButtonFilled: (props: Props) => Element;
    ButtonOutline: (props: Props) => Element;
    Container: (props: Props) => Element;
    CreateAccount: () => Element;
    DontHaveAccount: () => Element;
    ForgotPassword: () => Element;
    Form: <Values extends FieldValues>(
        __namedParameters: FormViewProps<Values>,
    ) => Element;
    Icon: (__namedParameters: Props) => Element;
    InputText: ForwardRefExoticComponent<
        TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes<
            TextInput,
        >,
    >;
    Layout: (props: Props) => Element;
    LoginWithEmailAndPassword: () => Element;
    Logo: (props: Props) => Element;
    SelectLanguageModal: () => Element;
    SentEmail: () => Element;
    Subtitle: (props: Props) => Element;
    Title: (props: Props) => Element;
} = ...

Type declaration

  • AboutAccount: () => Element
  • ButtonFilled: (props: Props) => Element
  • ButtonOutline: (props: Props) => Element
  • Container: (props: Props) => Element
  • CreateAccount: () => Element
  • DontHaveAccount: () => Element
  • ForgotPassword: () => Element
  • Form: <Values extends FieldValues>(
        __namedParameters: FormViewProps<Values>,
    ) => Element
  • Icon: (__namedParameters: Props) => Element
  • InputText: ForwardRefExoticComponent<
        TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes<
            TextInput,
        >,
    >
  • Layout: (props: Props) => Element
  • LoginWithEmailAndPassword: () => Element
  • Logo: (props: Props) => Element
  • SelectLanguageModal: () => Element
  • SentEmail: () => Element
  • Subtitle: (props: Props) => Element
  • Title: (props: Props) => Element