mirror of
https://github.com/fatedier/frp.git
synced 2026-03-18 07:49:16 +08:00
54 lines
3.6 KiB
TypeScript
54 lines
3.6 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
ActionButton: typeof import('./src/components/ActionButton.vue')['default']
|
|
BaseDialog: typeof import('./src/components/BaseDialog.vue')['default']
|
|
ConfigField: typeof import('./src/components/ConfigField.vue')['default']
|
|
ConfigSection: typeof import('./src/components/ConfigSection.vue')['default']
|
|
ConfirmDialog: typeof import('./src/components/ConfirmDialog.vue')['default']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
FilterDropdown: typeof import('./src/components/FilterDropdown.vue')['default']
|
|
KeyValueEditor: typeof import('./src/components/KeyValueEditor.vue')['default']
|
|
PopoverMenu: typeof import('./src/components/PopoverMenu.vue')['default']
|
|
PopoverMenuItem: typeof import('./src/components/PopoverMenuItem.vue')['default']
|
|
ProxyAuthSection: typeof import('./src/components/proxy-form/ProxyAuthSection.vue')['default']
|
|
ProxyBackendSection: typeof import('./src/components/proxy-form/ProxyBackendSection.vue')['default']
|
|
ProxyBaseSection: typeof import('./src/components/proxy-form/ProxyBaseSection.vue')['default']
|
|
ProxyCard: typeof import('./src/components/ProxyCard.vue')['default']
|
|
ProxyFormLayout: typeof import('./src/components/proxy-form/ProxyFormLayout.vue')['default']
|
|
ProxyHealthSection: typeof import('./src/components/proxy-form/ProxyHealthSection.vue')['default']
|
|
ProxyHttpSection: typeof import('./src/components/proxy-form/ProxyHttpSection.vue')['default']
|
|
ProxyLoadBalanceSection: typeof import('./src/components/proxy-form/ProxyLoadBalanceSection.vue')['default']
|
|
ProxyMetadataSection: typeof import('./src/components/proxy-form/ProxyMetadataSection.vue')['default']
|
|
ProxyNatSection: typeof import('./src/components/proxy-form/ProxyNatSection.vue')['default']
|
|
ProxyRemoteSection: typeof import('./src/components/proxy-form/ProxyRemoteSection.vue')['default']
|
|
ProxyTransportSection: typeof import('./src/components/proxy-form/ProxyTransportSection.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StatusPills: typeof import('./src/components/StatusPills.vue')['default']
|
|
StringListEditor: typeof import('./src/components/StringListEditor.vue')['default']
|
|
VisitorBaseSection: typeof import('./src/components/visitor-form/VisitorBaseSection.vue')['default']
|
|
VisitorConnectionSection: typeof import('./src/components/visitor-form/VisitorConnectionSection.vue')['default']
|
|
VisitorFormLayout: typeof import('./src/components/visitor-form/VisitorFormLayout.vue')['default']
|
|
VisitorTransportSection: typeof import('./src/components/visitor-form/VisitorTransportSection.vue')['default']
|
|
VisitorXtcpSection: typeof import('./src/components/visitor-form/VisitorXtcpSection.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|