UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

20 lines 877 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MdcListItemPrimaryText = void 0; var tslib_1 = require("tslib"); var aurelia_framework_1 = require("aurelia-framework"); /** * Optional, secondary text for the list item. Displayed below the primary text. * @selector mdc-list-item-secondary-text */ var MdcListItemPrimaryText = /** @class */ (function () { function MdcListItemPrimaryText() { } MdcListItemPrimaryText = tslib_1.__decorate([ (0, aurelia_framework_1.inlineView)('<template class="mdc-list-item__secondary-text"><slot></slot></template>'), (0, aurelia_framework_1.customElement)('mdc-list-item-secondary-text') ], MdcListItemPrimaryText); return MdcListItemPrimaryText; }()); exports.MdcListItemPrimaryText = MdcListItemPrimaryText; //# sourceMappingURL=mdc-list-item-secondary-text.js.map