mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-24 07:30:15 +01:00
74 lines
5.2 KiB
TypeScript
74 lines
5.2 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
About: typeof import('./src/components/About/index.vue')['default']
|
|
AppInstall: typeof import('./src/components/Device/components/BatchActions/AppInstall/index.vue')['default']
|
|
AppSearch: typeof import('./src/components/AppSearch/index.vue')['default']
|
|
AudioCodecSelect: typeof import('./src/components/Preference/components/AudioCodecSelect/index.vue')['default']
|
|
BatchActions: typeof import('./src/components/Device/components/BatchActions/index.vue')['default']
|
|
Camera: typeof import('./src/components/Device/components/MoreDropdown/components/Camera/index.vue')['default']
|
|
ControlBar: typeof import('./src/components/Device/components/ControlBar/index.vue')['default']
|
|
Device: typeof import('./src/components/Device/index.vue')['default']
|
|
DisplaySelect: typeof import('./src/components/Preference/components/DisplaySelect/index.vue')['default']
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElCollapse: typeof import('element-plus/es')['ElCollapse']
|
|
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
|
|
ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElIconSearch: typeof import('@element-plus/icons-vue')['Search']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElLink: typeof import('element-plus/es')['ElLink']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
FileManage: typeof import('./src/components/Device/components/ControlBar/FileManage/index.vue')['default']
|
|
Gnirehtet: typeof import('./src/components/Device/components/ControlBar/Gnirehtet/index.vue')['default']
|
|
KeyboardInjectSelect: typeof import('./src/components/Preference/components/KeyboardInjectSelect/index.vue')['default']
|
|
LanguageSelect: typeof import('./src/components/Preference/components/LanguageSelect/index.vue')['default']
|
|
LoadingIcon: typeof import('./src/components/Device/components/LoadingIcon/index.vue')['default']
|
|
MirrorAction: typeof import('./src/components/Device/components/MirrorAction/index.vue')['default']
|
|
MirrorGroup: typeof import('./src/components/Device/components/ControlBar/MirrorGroup/index.vue')['default']
|
|
MoreDropdown: typeof import('./src/components/Device/components/MoreDropdown/index.vue')['default']
|
|
Otg: typeof import('./src/components/Device/components/MoreDropdown/components/Otg/index.vue')['default']
|
|
PairDialog: typeof import('./src/components/Device/components/Wireless/PairDialog/index.vue')['default']
|
|
PathInput: typeof import('./src/components/Preference/components/PathInput/index.vue')['default']
|
|
Preference: typeof import('./src/components/Preference/index.vue')['default']
|
|
Record: typeof import('./src/components/Device/components/MoreDropdown/components/Record/index.vue')['default']
|
|
Remark: typeof import('./src/components/Device/components/Remark/index.vue')['default']
|
|
Rotation: typeof import('./src/components/Device/components/ControlBar/Rotation/index.vue')['default']
|
|
Screenshot: typeof import('./src/components/Device/components/ControlBar/Screenshot/index.vue')['default']
|
|
TerminalAction: typeof import('./src/components/Device/components/TerminalAction/index.vue')['default']
|
|
TerminalDialog: typeof import('./src/components/Device/components/TerminalAction/components/TerminalDialog/index.vue')['default']
|
|
VideoCodecSelect: typeof import('./src/components/Preference/components/VideoCodecSelect/index.vue')['default']
|
|
Volume: typeof import('./src/components/Device/components/ControlBar/Volume/index.vue')['default']
|
|
Wireless: typeof import('./src/components/Device/components/Wireless/index.vue')['default']
|
|
WirelessAction: typeof import('./src/components/Device/components/WirelessAction/index.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|