UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

10 lines (9 loc) 258 B
import { ref } from "vue"; import { createSharedComposable } from "@vueuse/core"; function _useContentSearch() { const open = ref(false); return { open }; } export const useContentSearch = /* @__PURE__ */ createSharedComposable(_useContentSearch);