Files
vat-api.eu/node_modules/nuxt/dist/app/composables/id.d.ts
2026-02-13 22:02:30 +01:00

4 lines
124 B
TypeScript

import { useId as _useId } from 'vue';
/** @deprecated Use `useId` from `vue` */
export declare const useId: typeof _useId;