UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

8 lines (6 loc) 157 B
import type { ComponentType, ReactNode } from "react" export type Link = ComponentType<{ href: string className?: string children: ReactNode }>