UNPKG

better-auth-dashboard

Version:

A better-Auth powered admin dashboard.

7 lines (6 loc) 295 B
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>;