UNPKG

@empathyco/x-components

Version:
16 lines (10 loc) 829 B
<!-- 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<import("vue").ExtractPropTypes<{}>>, {}, {}> ```