mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
Updates docs
This commit is contained in:
24
docs/components.d.ts
vendored
Normal file
24
docs/components.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
BrowserWindow: typeof import('./src/components/BrowserWindow.vue')['default']
|
||||
CodeBlock: typeof import('./src/components/CodeBlock.vue')['default']
|
||||
Features: typeof import('./src/components/Features.vue')['default']
|
||||
Hero: typeof import('./src/components/Hero.vue')['default']
|
||||
Installation: typeof import('./src/components/Installation.vue')['default']
|
||||
KeyShortcut: typeof import('./src/components/KeyShortcut.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SubSection: typeof import('./src/components/SubSection.vue')['default']
|
||||
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
|
||||
TheInput: typeof import('./src/components/TheInput.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user