5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
import type { defineComponent } from 'vue';
|
|
export declare const NuxtComponentIndicator = "__nuxt_component";
|
|
/** @since 3.0.0 */
|
|
export declare const defineNuxtComponent: typeof defineComponent;
|