UNPKG

@better-auth-ui/core

Version:

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

8 lines (7 loc) 245 B
export declare const lastLoginMethodLocalization: { /** @remarks `"Last used"` */ lastUsed: string; /** @remarks `"Last"` */ lastUsedShort: string; }; export type LastLoginMethodLocalization = typeof lastLoginMethodLocalization;