UNPKG

aau-auth-kit-ui

Version:

Plug & play shadcn/ui components for aau-auth-kit with Next.js integration

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