2022-02-18 18:26:43 +00:00
|
|
|
/// <reference path="types/augments.d.ts" />
|
|
|
|
|
2021-08-11 20:28:38 +00:00
|
|
|
export * from './nuxt'
|
2021-07-15 11:28:04 +00:00
|
|
|
export * from './composables'
|
2022-03-14 13:36:32 +00:00
|
|
|
export * from './components'
|
2022-08-17 15:23:13 +00:00
|
|
|
export * from './config'
|
2022-03-14 13:36:32 +00:00
|
|
|
|
2022-02-18 18:26:43 +00:00
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
|
|
|
export type { PageMeta } from '../pages/runtime'
|
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
2022-04-05 14:02:29 +00:00
|
|
|
export type { MetaObject } from '../head/runtime'
|
|
|
|
export { useHead, useMeta } from '#head'
|
2021-11-15 10:25:50 +00:00
|
|
|
|
|
|
|
export const isVue2 = false
|
|
|
|
export const isVue3 = true
|