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 (6 loc) 192 B
import type { passkey } from "@better-auth/passkey" import type { Auth } from "better-auth" export type PasskeyAuthServer = Pick< Auth<{ plugins: [ReturnType<typeof passkey>] }>, "api" >