UNPKG

@better-auth-ui/core

Version:

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

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