aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
13 lines • 372 B
JavaScript
import { __decorate, __metadata } from "tslib";
import * as au from "../aurelia";
var MdWell = /** @class */ (function () {
function MdWell() {
}
__decorate([
au.bindable,
__metadata("design:type", au.Router)
], MdWell.prototype, "router", void 0);
return MdWell;
}());
export { MdWell };
//# sourceMappingURL=md-well.js.map