2021-11-21 16:14:46 +00:00
|
|
|
// Types
|
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'
|
2023-03-10 08:01:21 +00:00
|
|
|
export * from './types/head'
|
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'
|