@aurelia-mdc-web/layout-grid
Version:
Wrapper for Material Components Web Layout Grid
20 lines • 927 B
JavaScript
define(["require", "exports", "tslib", "aurelia-framework"], function (require, exports, tslib_1, aurelia_framework_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MdcLayoutGridInner = void 0;
/**
* Mandatory. Added automatically by the grid element. Can be used for nested tables.
* @selector mdc-layout-grid-inner
*/
var MdcLayoutGridInner = /** @class */ (function () {
function MdcLayoutGridInner() {
}
MdcLayoutGridInner = tslib_1.__decorate([
(0, aurelia_framework_1.inlineView)('<template class="mdc-layout-grid__inner"><slot></slot></template>'),
(0, aurelia_framework_1.customElement)('mdc-layout-grid-inner')
], MdcLayoutGridInner);
return MdcLayoutGridInner;
}());
exports.MdcLayoutGridInner = MdcLayoutGridInner;
});
//# sourceMappingURL=mdc-layout-grid-inner.js.map