mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 16:42:04 +00:00
14 lines
286 B
TypeScript
14 lines
286 B
TypeScript
/// <reference path="types/augments.d.ts" />
|
|
|
|
export * from './nuxt'
|
|
|
|
export * from './composables/index'
|
|
|
|
export * from './components/index'
|
|
export * from './config'
|
|
export * from './compat/idle-callback'
|
|
export * from './types'
|
|
|
|
export const isVue2 = false
|
|
export const isVue3 = true
|