UNPKG

aau-auth-kit-ui

Version:

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

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