mirror of https://github.com/fatedier/frp.git
26 lines
1012 B
TypeScript
26 lines
1012 B
TypeScript
|
/* 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 {
|
||
|
ClientConfigure: typeof import('./src/components/ClientConfigure.vue')['default']
|
||
|
ElButton: typeof import('element-plus/es')['ElButton']
|
||
|
ElCol: typeof import('element-plus/es')['ElCol']
|
||
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
||
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
||
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||
|
ElTable: typeof import('element-plus/es')['ElTable']
|
||
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||
|
Overview: typeof import('./src/components/Overview.vue')['default']
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
}
|
||
|
}
|