elearning/Frontend-Learner/node_modules/nuxt/dist/app/composables/component.d.ts

5 lines
196 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { defineComponent } from 'vue';
export declare const NuxtComponentIndicator = "__nuxt_component";
/** @since 3.0.0 */
export declare const defineNuxtComponent: typeof defineComponent;