UNPKG

@aurelia-mdc-web/layout-grid

Version:

Wrapper for Material Components Web Layout Grid

14 lines 549 B
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 */ let MdcLayoutGridInner = class MdcLayoutGridInner { }; MdcLayoutGridInner = __decorate([ inlineView('<template class="mdc-layout-grid__inner"><slot></slot></template>'), customElement('mdc-layout-grid-inner') ], MdcLayoutGridInner); export { MdcLayoutGridInner }; //# sourceMappingURL=mdc-layout-grid-inner.js.map