UNPKG

vuetify-nuxt-module

Version:
14 lines (9 loc) 852 B
import type { ModuleHooks, ModuleRuntimeHooks } from './module.mjs' declare module '#app' { interface RuntimeNuxtHooks extends ModuleRuntimeHooks {} } declare module '@nuxt/schema' { interface NuxtHooks extends ModuleHooks {} } export { default } from './module.mjs' export { type ComponentName, type Components, type DateAdapter, type DateOptions, type DirectiveName, type Directives, type ExternalVuetifyOptions, type FontAwesomeSvgIconSet, type FontIconSet, type IconFontName, type IconSetName, type IconsOptions, type InlineModuleOptions, type JSSVGIconSet, type LabComponentName, type LabComponents, type MOptions, type ModuleHooks, type ModuleOptions, type ModuleRuntimeHooks, type SSRClientHints, type SSRClientHintsConfiguration, type UnoCCSMdiIconSet, type VOptions, type VuetifyLocale, type VuetifyModuleOptions } from './module.mjs'