<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SortPickerList](./x-components.sortpickerlist.md)

## SortPickerList variable

The `SortPickerList` component allows user to select the search results order. This component also allows to change the selected sort programmatically.

**Signature:**

```typescript
_default: Vue.DefineComponent<{
    items: {
        type: Vue.PropType<string[]>;
        required: true;
    };
    animation: {
        type: Vue.PropType<string | typeof Vue>;
        default: () => string;
    };
    buttonClass: StringConstructor;
}, {
    listItems: Vue.ComputedRef<SortPickerItem[]>;
    selectedSort: Vue.ComputedRef<any>;
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
    items: {
        type: Vue.PropType<string[]>;
        required: true;
    };
    animation: {
        type: Vue.PropType<string | typeof Vue>;
        default: () => string;
    };
    buttonClass: StringConstructor;
}>>, {
    animation: string | typeof Vue;
}, {}>
```
