UNPKG

@empathyco/x-components

Version:
17 lines (11 loc) 778 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FallbackDisclaimer](./x-components.fallbackdisclaimer.md) ## FallbackDisclaimer variable The `FallbackDisclaimer` component shows a message if the filters have been removed from the current search because there were no results. **Signature:** ```typescript _default: import("vue").DefineComponent<{}, { query: import("vue").ComputedRef<string>; fromNoResultsWithFilters: import("vue").ComputedRef<boolean>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> ```