@aurelia-mdc-web/list
Version:
Wrapper for Material Components Web List
17 lines • 794 B
JavaScript
import { __decorate } from "tslib";
import { inlineView, customElement } from 'aurelia-framework';
/**
* Optional, secondary text for the list item. Displayed below the primary text.
* @selector mdc-deprecated-list-item-secondary-text
*/
var MdcDeprecatedListItemPrimaryText = /** @class */ (function () {
function MdcDeprecatedListItemPrimaryText() {
}
MdcDeprecatedListItemPrimaryText = __decorate([
inlineView('<template class="mdc-deprecated-list-item__secondary-text"><slot></slot></template>'),
customElement('mdc-deprecated-list-item-secondary-text')
], MdcDeprecatedListItemPrimaryText);
return MdcDeprecatedListItemPrimaryText;
}());
export { MdcDeprecatedListItemPrimaryText };
//# sourceMappingURL=mdc-deprecated-list-item-secondary-text.js.map