UNPKG

widget-router

Version:

Widget Router is another Typescript (also JavaScript) Router, but this one works better if used in widgets inside HTML

8 lines (7 loc) 203 B
import { Routes } from "./Routes"; export declare class RouteConfig { afterRouteInitController?: boolean; pageIdPrefix?: string; routes: Array<Routes>; usingTemplates?: boolean; }