INIT
This commit is contained in:
24
components.d.ts
vendored
Normal file
24
components.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
// biome-ignore lint: disable
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Collapse: typeof import('./src/components/Collapse.vue')['default']
|
||||
CollapseArrow: typeof import('./src/components/CollapseArrow.vue')['default']
|
||||
DAside: typeof import('vue-devui/layout/index.es.js')['Aside']
|
||||
DContent: typeof import('vue-devui/layout/index.es.js')['Content']
|
||||
DDropdown: typeof import('vue-devui/dropdown/index.es.js')['Dropdown']
|
||||
DLayout: typeof import('vue-devui/layout/index.es.js')['Layout']
|
||||
DModal: typeof import('vue-devui/modal/index.es.js')['Modal']
|
||||
DPopover: typeof import('vue-devui/popover/index.es.js')['Popover']
|
||||
DRadio: typeof import('vue-devui/radio/index.es.js')['Radio']
|
||||
DSearch: typeof import('vue-devui/search/index.es.js')['Search']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user