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