@aurelia-mdc-web/list
Version:
Wrapper for Material Components Web List
14 lines • 641 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
*/
let MdcDeprecatedListItemPrimaryText = class MdcDeprecatedListItemPrimaryText {
};
MdcDeprecatedListItemPrimaryText = __decorate([
inlineView('<template class="mdc-deprecated-list-item__primary-text"><slot></slot></template>'),
customElement('mdc-deprecated-list-item-primary-text')
], MdcDeprecatedListItemPrimaryText);
export { MdcDeprecatedListItemPrimaryText };
//# sourceMappingURL=mdc-deprecated-list-item-primary-text.js.map