UNPKG

@admin-bro/express

Version:

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

5 lines (4 loc) 273 B
import AdminBro from "admin-bro"; import { Router } from "express"; import { FormidableOptions } from "./types"; export declare const buildRouter: (admin: AdminBro, predefinedRouter?: Router | null | undefined, formidableOptions?: FormidableOptions | undefined) => Router;