2021-11-21 16:14:46 +00:00
|
|
|
|
|
|
|
// Types
|
|
|
|
import './types/global'
|
2021-12-21 13:57:26 +00:00
|
|
|
|
|
|
|
export * from './types/compatibility'
|
|
|
|
export * from './types/components'
|
2021-11-21 16:14:46 +00:00
|
|
|
export * from './types/config'
|
|
|
|
export * from './types/hooks'
|
2021-12-21 13:57:26 +00:00
|
|
|
export * from './types/imports'
|
2021-11-23 10:16:11 +00:00
|
|
|
export * from './types/meta'
|
2021-12-21 13:57:26 +00:00
|
|
|
export * from './types/module'
|
2021-11-21 16:14:46 +00:00
|
|
|
export * from './types/nuxt'
|
2022-03-16 18:13:05 +00:00
|
|
|
export * from './types/router'
|
2021-11-21 16:14:46 +00:00
|
|
|
|
|
|
|
// Schema
|
|
|
|
export { default as NuxtConfigSchema } from './config/index'
|