mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
13 lines
332 B
TypeScript
13 lines
332 B
TypeScript
/// <reference path="types/augments.d.ts" />
|
|
|
|
export * from './nuxt'
|
|
export * from './composables/index'
|
|
export * from './components/index'
|
|
export * from './config'
|
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
|
export type { PageMeta } from '../pages/runtime/index'
|
|
|
|
export const isVue2 = false
|
|
export const isVue3 = true
|