UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

8 lines (6 loc) 138 B
import type { ComponentType } from "react" export type Image = ComponentType<{ src: string alt: string className?: string }>