UNPKG

399 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.UIRouterPluginBase = void 0;
4var UIRouterPluginBase = /** @class */ (function () {
5 function UIRouterPluginBase() {
6 }
7 UIRouterPluginBase.prototype.dispose = function (router) { };
8 return UIRouterPluginBase;
9}());
10exports.UIRouterPluginBase = UIRouterPluginBase;
11//# sourceMappingURL=interface.js.map
\No newline at end of file