UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

15 lines (13 loc) 339 B
export const themeLocalization = { /** @remarks `"Appearance"` */ appearance: "Appearance", /** @remarks `"Theme"` */ theme: "Theme", /** @remarks `"System"` */ system: "System", /** @remarks `"Light"` */ light: "Light", /** @remarks `"Dark"` */ dark: "Dark" } export type ThemeLocalization = typeof themeLocalization