Variable updatePublicSettingsAtomConst

updatePublicSettingsAtom: PrimitiveAtom<undefined | UpdateDocFunction<Partial<{
    signInOptions: ("email" | "anonymous" | "google" | "phone" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo")[];
    theme: Record<"base" | "dark" | "light", ThemeOptions>;
}>>> & WithInitialValue<undefined | UpdateDocFunction<Partial<{
    signInOptions: ("email" | "anonymous" | "google" | "phone" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo")[];
    theme: Record<"base" | "dark" | "light", ThemeOptions>;
}>>> = ...

Stores a function that updates public settings

Generated using TypeDoc