UNPKG

@blackbaud/skyux

Version:
22 lines 746 B
import { Component, Input } from '@angular/core'; var SkyListToolbarSortComponent = (function () { function SkyListToolbarSortComponent() { } return SkyListToolbarSortComponent; }()); export { SkyListToolbarSortComponent }; SkyListToolbarSortComponent.decorators = [ { type: Component, args: [{ selector: 'sky-list-toolbar-sort', template: '' },] }, ]; /** @nocollapse */ SkyListToolbarSortComponent.ctorParameters = function () { return []; }; SkyListToolbarSortComponent.propDecorators = { 'label': [{ type: Input },], 'field': [{ type: Input },], 'type': [{ type: Input },], 'descending': [{ type: Input },], }; //# sourceMappingURL=list-toolbar-sort.component.js.map