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'
|
2023-10-30 21:05:02 +00:00
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
2023-03-11 21:16:01 +00:00
|
|
|
export * from './composables/index'
|
2023-10-30 21:05:02 +00:00
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
2023-03-11 21:16:01 +00:00
|
|
|
export * from './components/index'
|
2022-08-17 15:23:13 +00:00
|
|
|
export * from './config'
|
2023-07-20 08:53:29 +00:00
|
|
|
export * from './compat/idle-callback'
|
2022-03-14 13:36:32 +00:00
|
|
|
|
2022-02-18 18:26:43 +00:00
|
|
|
// eslint-disable-next-line import/no-restricted-paths
|
2023-03-11 21:16:01 +00:00
|
|
|
export type { PageMeta } from '../pages/runtime/index'
|
2021-11-15 10:25:50 +00:00
|
|
|
|
|
|
|
export const isVue2 = false
|
|
|
|
export const isVue3 = true
|