mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 10:54:49 +00:00
17 lines
393 B
TypeScript
17 lines
393 B
TypeScript
|
|
// Types
|
|
import './types/global'
|
|
|
|
export * from './types/compatibility'
|
|
export * from './types/components'
|
|
export * from './types/config'
|
|
export * from './types/hooks'
|
|
export * from './types/imports'
|
|
export * from './types/meta'
|
|
export * from './types/module'
|
|
export * from './types/nuxt'
|
|
export * from './types/router'
|
|
|
|
// Schema
|
|
export { default as NuxtConfigSchema } from './config/index'
|