@empathyco/x-components
Version:
Empathy X Components
12 lines • 674 B
TypeScript
/**
* The `FallbackDisclaimer` component shows a message if the filters have been removed
* from the current search because there were no results.
*
* @public
*/
declare const _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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=fallback-disclaimer.vue?vue&type=script&lang.d.ts.map