aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
15 lines • 455 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var au = require("../aurelia");
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
;