UNPKG
better-auth-dashboard
Version:
beta (0.0.2-beta.0)
latest (0.0.4)
0.0.4
0.0.2
0.0.2-beta.0
A better-Auth powered admin dashboard.
better-auth-dashboard
/
dist
/
react
/
components
/
Dashboard
/
useDashboard
/
index.d.ts
2 lines
(1 loc)
•
89 B
TypeScript
View Raw
1
2
export
declare
const
useDashboard
:
() =>
import
(
"../dashboardContext"
).
DashboardContext
;