<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestions](./x-components.querysuggestions.md)

## QuerySuggestions variable

This component renders a list of possible search queries to select from as a query is entered in the input field. By default, this is a list of \[`QuerySuggestion`<!-- -->\](./x-components.query-suggestion.md) components.

**Signature:**

```typescript
_default: import("vue").DefineComponent<{}, {
    suggestions: import("vue").ComputedRef<import("@empathyco/x-types").Suggestion[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
    BaseSuggestions: import("vue").DefineComponent<{}, {}, any>;
    QuerySuggestion: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
