11 lines
363 B
TypeScript
11 lines
363 B
TypeScript
/// <reference path="types/augments.d.ts" />
|
|
export * from './nuxt';
|
|
export * from './composables';
|
|
export * from './components';
|
|
export * from './config';
|
|
export type { PageMeta } from '../pages/runtime';
|
|
export type { MetaObject } from '../head/runtime';
|
|
export { useHead } from '#head';
|
|
export declare const isVue2 = false;
|
|
export declare const isVue3 = true;
|