@empathyco/x-components
Version:
Empathy X Components
17 lines (14 loc) • 522 B
JavaScript
import { createRelatedTagsQueryGetter } from '../../../../store/utils/query.utils.js';
/**
* Default implementation for the next-queries query getter.
*
* @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related
* tags' module.
* @returns The query with the selected related tags concatenated.
* @public
*/
const query = createRelatedTagsQueryGetter({
getRelatedTags: state => state.relatedTags,
});
export { query };
//# sourceMappingURL=next-queries-query.getter.js.map