UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

7 lines (5 loc) 164 B
import type { createAuthClient } from "better-auth/react" export type AnyAuthClient = Omit< ReturnType<typeof createAuthClient>, "signUp" | "getSession" >