UNPKG

magner

Version:

Universal admin panel magnetic to any backend

8 lines (7 loc) 293 B
import type { FinalRoute, Route } from '../../types/configs/routing/routing'; /** * The function receives routes configuration, parses them * and outputs the format that is acceptable by vue router. */ declare const makeRoutes: (routes: FinalRoute[]) => Route[]; export default makeRoutes;