UNPKG

@empathyco/x-components

Version:
16 lines (10 loc) 886 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PopularSearches](./x-components.popularsearches.md) ## PopularSearches variable Simple popular-searches component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A popular search is just a query that has been searched a lot in a certain period and may optionally have associated a set of filters. **Signature:** ```typescript _default: import("vue").DefineComponent<{}, { popularSearches: import("vue").ComputedRef<import("@empathyco/x-types").Suggestion[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> ```