26 lines
1.3 KiB
TypeScript
26 lines
1.3 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// noinspection JSUnusedGlobalSymbols
|
|
// Generated by unplugin-auto-import
|
|
export {}
|
|
declare global {
|
|
const Component: typeof import('vue-facing-decorator')['Component']
|
|
const ComponentBase: typeof import('vue-facing-decorator')['ComponentBase']
|
|
const Emit: typeof import('vue-facing-decorator')['Emit']
|
|
const Hook: typeof import('vue-facing-decorator')['Hook']
|
|
const Inject: typeof import('vue-facing-decorator')['Inject']
|
|
const Model: typeof import('vue-facing-decorator')['Model']
|
|
const NavbarComponent: typeof import('./src/components/NavbarComponent.vue')['default']
|
|
const Prop: typeof import('vue-facing-decorator')['Prop']
|
|
const Provide: typeof import('vue-facing-decorator')['Provide']
|
|
const Ref: typeof import('vue-facing-decorator')['Ref']
|
|
const Setup: typeof import('vue-facing-decorator')['Setup']
|
|
const SidebarComponent: typeof import('./src/components/SidebarComponent.vue')['default']
|
|
const VModel: typeof import('vue-facing-decorator')['VModel']
|
|
const Vanilla: typeof import('vue-facing-decorator')['Vanilla']
|
|
const Vue: typeof import('vue-facing-decorator')['Vue']
|
|
const Watch: typeof import('vue-facing-decorator')['Watch']
|
|
const toNative: typeof import('vue-facing-decorator')['toNative']
|
|
}
|