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
/
AppSidebar.d.ts
6 lines
(5 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
RequiredComponents
}
from
"../types"
;
export
declare
const
AppSidebar
:
(
{ components, path, }: { components: RequiredComponents; path:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;