UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

7 lines (6 loc) 188 B
import { useId as useId$1 } from "vue"; //#region src/app/composables/id.d.ts /** @deprecated Use `useId` from `vue` */ declare const useId: typeof useId$1; //#endregion export { useId };