UNPKG

aurelia-materialize-bridge

Version:
15 lines 540 B
define(["require", "exports", "tslib", "../aurelia"], function (require, exports, tslib_1, au) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var MdWell = /** @class */ (function () { function MdWell() { } tslib_1.__decorate([ au.bindable, tslib_1.__metadata("design:type", au.Router) ], MdWell.prototype, "router", void 0); return MdWell; }()); exports.MdWell = MdWell; }); //# sourceMappingURL=md-well.js.map