UNPKG

@aurelia-mdc-web/list

Version:

Wrapper for Material Components Web List

14 lines 686 B
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 */ let MdcDeprecatedListItemPrimaryText = class MdcDeprecatedListItemPrimaryText { }; MdcDeprecatedListItemPrimaryText = __decorate([ inlineView('<template class="mdc-deprecated-list-item__secondary-text"><slot></slot></template>'), customElement('mdc-deprecated-list-item-secondary-text') ], MdcDeprecatedListItemPrimaryText); export { MdcDeprecatedListItemPrimaryText }; //# sourceMappingURL=mdc-deprecated-list-item-secondary-text.js.map