Nuxt/packages/nuxt/src/app/index.ts

12 lines
240 B
TypeScript
Raw Normal View History

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