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) 253 B
import { usernameClient } from 'better-auth/client/plugins'; import { AuthClient } from '../../lib/auth-client'; export type UsernameAuthClient = AuthClient<{ plugins: [ReturnType<typeof usernameClient<{ displayUsername: true; }>>]; }>;