Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nuxt/dist/app/composables/id.d.ts
T
2025-09-18 19:01:22 +07:00

4 lines
124 B
TypeScript

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