UNPKG

widget-router

Version:

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

9 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var RouteConfig = (function () { function RouteConfig() { } return RouteConfig; }()); exports.RouteConfig = RouteConfig; //# sourceMappingURL=RouteConfig.js.map