@aurelia-mdc-web/layout-grid
Version:
Wrapper for Material Components Web Layout Grid
17 lines • 643 B
JavaScript
import { __decorate } from "tslib";
import { customElement, inlineView } from 'aurelia-framework';
/**
* 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 = __decorate([
inlineView('<template class="mdc-layout-grid__inner"><slot></slot></template>'),
customElement('mdc-layout-grid-inner')
], MdcLayoutGridInner);
return MdcLayoutGridInner;
}());
export { MdcLayoutGridInner };
//# sourceMappingURL=mdc-layout-grid-inner.js.map