UNPKG

@empathyco/x-components

Version:
12 lines 586 B
import { ComputedRef } from 'vue'; import { Suggestion } from '@empathyco/x-types'; /** * Retrieves a list of semantic queries from the state and exposes them in the slots. * * @public */ declare const _default: import("vue").DefineComponent<{}, { suggestions: ComputedRef<Suggestion[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; export default _default; //# sourceMappingURL=semantic-queries.vue?vue&type=script&lang.d.ts.map