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