UNPKG

better-auth-dashboard

Version:

A better-Auth powered admin dashboard.

6 lines (5 loc) 242 B
import type { BetterAuthPlugin } from "better-auth"; type DashboardPluginConfig = {}; export type DashboardPlugin = typeof dashboardPlugin; export declare function dashboardPlugin(config?: DashboardPluginConfig): BetterAuthPlugin; export {};