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) 154 B
export declare class RouteResult { routeName: string; routeParams: any; routeScope: any; router: any; controllerHelper: any; }