UNPKG
aau-auth-kit-ui
Version:
latest (1.0.1)
1.0.1
Plug & play shadcn/ui components for aau-auth-kit with Next.js integration
aau-auth-kit-ui
/
src
/
types
/
link.ts
8 lines
(6 loc)
•
155 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
{
ReactNode
}
from
"react"
export
type
Link
=
React
.
ComponentType
<{
href
:
string
className
?:
string
children
:
ReactNode
}>