UNPKG

@admin-bro/express

Version:

This is an official AdminBro plugin which integrates it to expressjs framework

5 lines (4 loc) 222 B
import AdminBro from "admin-bro"; import { Router } from "express"; import { AuthenticationOptions } from "../types"; export declare const withLogin: (router: Router, admin: AdminBro, auth: AuthenticationOptions) => void;