aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
13 lines • 374 B
JavaScript
import * as tslib_1 from "tslib";
import * as au from "../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;
}());
export { MdWell };
//# sourceMappingURL=md-well.js.map