mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 10:24:50 +00:00
14 lines
324 B
TypeScript
14 lines
324 B
TypeScript
|
|
// Types
|
|
import './types/global'
|
|
export * from './types/config'
|
|
export * from './types/hooks'
|
|
export * from './types/module'
|
|
export * from './types/nuxt'
|
|
export * from './types/components'
|
|
export * from './types/imports'
|
|
export * from './types/pages'
|
|
|
|
// Schema
|
|
export { default as NuxtConfigSchema } from './config/index'
|