elearning/Frontend-Learner/node_modules/nuxt/dist/app/composables/id.d.ts
2026-01-13 10:48:02 +07:00

3 lines
124 B
TypeScript

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