components.d.ts 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // biome-ignore lint: disable
  4. // oxlint-disable
  5. // ------
  6. // Generated by unplugin-vue-components
  7. // Read more: https://github.com/vuejs/core/pull/3399
  8. import { GlobalComponents } from 'vue'
  9. export {}
  10. /* prettier-ignore */
  11. declare module 'vue' {
  12. export interface GlobalComponents {
  13. AAlert: typeof import('ant-design-vue/es')['Alert']
  14. AApp: typeof import('ant-design-vue/es')['App']
  15. AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
  16. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  17. ABadge: typeof import('ant-design-vue/es')['Badge']
  18. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  19. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  20. AButton: typeof import('ant-design-vue/es')['Button']
  21. ACard: typeof import('ant-design-vue/es')['Card']
  22. ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
  23. ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
  24. ACol: typeof import('ant-design-vue/es')['Col']
  25. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  26. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  27. AComment: typeof import('ant-design-vue/es')['Comment']
  28. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  29. ADivider: typeof import('ant-design-vue/es')['Divider']
  30. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  31. ADropdown: typeof import('ant-design-vue/es')['Dropdown']
  32. AEmpty: typeof import('ant-design-vue/es')['Empty']
  33. AForm: typeof import('ant-design-vue/es')['Form']
  34. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  35. AInput: typeof import('ant-design-vue/es')['Input']
  36. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  37. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  38. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  39. ALayout: typeof import('ant-design-vue/es')['Layout']
  40. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  41. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  42. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  43. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  44. AList: typeof import('ant-design-vue/es')['List']
  45. AListItem: typeof import('ant-design-vue/es')['ListItem']
  46. AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
  47. AMenu: typeof import('ant-design-vue/es')['Menu']
  48. AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
  49. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  50. AModal: typeof import('ant-design-vue/es')['Modal']
  51. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  52. APopover: typeof import('ant-design-vue/es')['Popover']
  53. AppProviderAppProvider: typeof import('./src/components/AppProvider/AppProvider.vue')['default']
  54. AProgress: typeof import('ant-design-vue/es')['Progress']
  55. AQrcode: typeof import('ant-design-vue/es')['QRCode']
  56. ARadio: typeof import('ant-design-vue/es')['Radio']
  57. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  58. ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
  59. AResult: typeof import('ant-design-vue/es')['Result']
  60. ARow: typeof import('ant-design-vue/es')['Row']
  61. ASegmented: typeof import('ant-design-vue/es')['Segmented']
  62. ASelect: typeof import('ant-design-vue/es')['Select']
  63. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  64. ASpace: typeof import('ant-design-vue/es')['Space']
  65. ASpin: typeof import('ant-design-vue/es')['Spin']
  66. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  67. AStep: typeof import('ant-design-vue/es')['Step']
  68. ASteps: typeof import('ant-design-vue/es')['Steps']
  69. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  70. ASwitch: typeof import('ant-design-vue/es')['Switch']
  71. ATable: typeof import('ant-design-vue/es')['Table']
  72. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  73. ATabs: typeof import('ant-design-vue/es')['Tabs']
  74. ATag: typeof import('ant-design-vue/es')['Tag']
  75. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  76. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  77. ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph']
  78. ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
  79. ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']
  80. AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
  81. AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
  82. AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
  83. BaseEditorBaseEditor: typeof import('./src/components/BaseEditor/BaseEditor.vue')['default']
  84. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  85. CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
  86. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  87. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  88. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  89. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  90. ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  91. ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  92. DevDebugPanelDevDebugPanel: typeof import('./src/components/DevDebugPanel/DevDebugPanel.vue')['default']
  93. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  94. GeoLiteDownloadGeoLiteDownload: typeof import('./src/components/GeoLiteDownload/GeoLiteDownload.vue')['default']
  95. ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  96. InspectConfigInspectConfig: typeof import('./src/components/InspectConfig/InspectConfig.vue')['default']
  97. LLMChatMessage: typeof import('./src/components/LLM/ChatMessage.vue')['default']
  98. LLMChatMessageInput: typeof import('./src/components/LLM/ChatMessageInput.vue')['default']
  99. LLMChatMessageList: typeof import('./src/components/LLM/ChatMessageList.vue')['default']
  100. LLMLLM: typeof import('./src/components/LLM/LLM.vue')['default']
  101. LLMLLMSessionTabs: typeof import('./src/components/LLM/LLMSessionTabs.vue')['default']
  102. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  103. NamespaceRenderNamespaceRender: typeof import('./src/components/NamespaceRender/NamespaceRender.vue')['default']
  104. NamespaceTabsNamespaceTabs: typeof import('./src/components/NamespaceTabs/NamespaceTabs.vue')['default']
  105. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  106. NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
  107. NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
  108. NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
  109. NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
  110. NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
  111. NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
  112. NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
  113. NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
  114. NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
  115. NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
  116. NodeCardNodeCard: typeof import('./src/components/NodeCard/NodeCard.vue')['default']
  117. NodeIndicatorNodeIndicator: typeof import('./src/components/NodeIndicator/NodeIndicator.vue')['default']
  118. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  119. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  120. OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  121. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  122. PortScannerPortScannerCompact: typeof import('./src/components/PortScanner/PortScannerCompact.vue')['default']
  123. ProcessingStatusProcessingStatus: typeof import('./src/components/ProcessingStatus/ProcessingStatus.vue')['default']
  124. ProxyTargetsProxyTargets: typeof import('./src/components/ProxyTargets/ProxyTargets.vue')['default']
  125. ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  126. RouterLink: typeof import('vue-router')['RouterLink']
  127. RouterView: typeof import('vue-router')['RouterView']
  128. SelfCheckAsyncErrorDisplay: typeof import('./src/components/SelfCheck/AsyncErrorDisplay.vue')['default']
  129. SelfCheckSelfCheck: typeof import('./src/components/SelfCheck/SelfCheck.vue')['default']
  130. SelfCheckSelfCheckHeaderBanner: typeof import('./src/components/SelfCheck/SelfCheckHeaderBanner.vue')['default']
  131. SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  132. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  133. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  134. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  135. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  136. SyncNodesPreviewSyncNodesPreview: typeof import('./src/components/SyncNodesPreview/SyncNodesPreview.vue')['default']
  137. SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  138. TabFilterTabFilter: typeof import('./src/components/TabFilter/TabFilter.vue')['default']
  139. TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  140. UpstreamCardsUpstreamCards: typeof import('./src/components/UpstreamCards/UpstreamCards.vue')['default']
  141. UpstreamDetailModalUpstreamDetailModal: typeof import('./src/components/UpstreamDetailModal/UpstreamDetailModal.vue')['default']
  142. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  143. }
  144. }
  145. // For TSX support
  146. declare global {
  147. const AAlert: typeof import('ant-design-vue/es')['Alert']
  148. const AApp: typeof import('ant-design-vue/es')['App']
  149. const AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
  150. const AAvatar: typeof import('ant-design-vue/es')['Avatar']
  151. const ABadge: typeof import('ant-design-vue/es')['Badge']
  152. const ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  153. const ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  154. const AButton: typeof import('ant-design-vue/es')['Button']
  155. const ACard: typeof import('ant-design-vue/es')['Card']
  156. const ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
  157. const ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
  158. const ACol: typeof import('ant-design-vue/es')['Col']
  159. const ACollapse: typeof import('ant-design-vue/es')['Collapse']
  160. const ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  161. const AComment: typeof import('ant-design-vue/es')['Comment']
  162. const AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  163. const ADivider: typeof import('ant-design-vue/es')['Divider']
  164. const ADrawer: typeof import('ant-design-vue/es')['Drawer']
  165. const ADropdown: typeof import('ant-design-vue/es')['Dropdown']
  166. const AEmpty: typeof import('ant-design-vue/es')['Empty']
  167. const AForm: typeof import('ant-design-vue/es')['Form']
  168. const AFormItem: typeof import('ant-design-vue/es')['FormItem']
  169. const AInput: typeof import('ant-design-vue/es')['Input']
  170. const AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  171. const AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  172. const AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  173. const ALayout: typeof import('ant-design-vue/es')['Layout']
  174. const ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  175. const ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  176. const ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  177. const ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  178. const AList: typeof import('ant-design-vue/es')['List']
  179. const AListItem: typeof import('ant-design-vue/es')['ListItem']
  180. const AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
  181. const AMenu: typeof import('ant-design-vue/es')['Menu']
  182. const AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
  183. const AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  184. const AModal: typeof import('ant-design-vue/es')['Modal']
  185. const APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  186. const APopover: typeof import('ant-design-vue/es')['Popover']
  187. const AppProviderAppProvider: typeof import('./src/components/AppProvider/AppProvider.vue')['default']
  188. const AProgress: typeof import('ant-design-vue/es')['Progress']
  189. const AQrcode: typeof import('ant-design-vue/es')['QRCode']
  190. const ARadio: typeof import('ant-design-vue/es')['Radio']
  191. const ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  192. const ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
  193. const AResult: typeof import('ant-design-vue/es')['Result']
  194. const ARow: typeof import('ant-design-vue/es')['Row']
  195. const ASegmented: typeof import('ant-design-vue/es')['Segmented']
  196. const ASelect: typeof import('ant-design-vue/es')['Select']
  197. const ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  198. const ASpace: typeof import('ant-design-vue/es')['Space']
  199. const ASpin: typeof import('ant-design-vue/es')['Spin']
  200. const AStatistic: typeof import('ant-design-vue/es')['Statistic']
  201. const AStep: typeof import('ant-design-vue/es')['Step']
  202. const ASteps: typeof import('ant-design-vue/es')['Steps']
  203. const ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  204. const ASwitch: typeof import('ant-design-vue/es')['Switch']
  205. const ATable: typeof import('ant-design-vue/es')['Table']
  206. const ATabPane: typeof import('ant-design-vue/es')['TabPane']
  207. const ATabs: typeof import('ant-design-vue/es')['Tabs']
  208. const ATag: typeof import('ant-design-vue/es')['Tag']
  209. const ATextarea: typeof import('ant-design-vue/es')['Textarea']
  210. const ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  211. const ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph']
  212. const ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
  213. const ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']
  214. const AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
  215. const AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
  216. const AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
  217. const BaseEditorBaseEditor: typeof import('./src/components/BaseEditor/BaseEditor.vue')['default']
  218. const BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  219. const CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
  220. const ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  221. const ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  222. const ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  223. const CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  224. const ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  225. const ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  226. const DevDebugPanelDevDebugPanel: typeof import('./src/components/DevDebugPanel/DevDebugPanel.vue')['default']
  227. const FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  228. const GeoLiteDownloadGeoLiteDownload: typeof import('./src/components/GeoLiteDownload/GeoLiteDownload.vue')['default']
  229. const ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  230. const InspectConfigInspectConfig: typeof import('./src/components/InspectConfig/InspectConfig.vue')['default']
  231. const LLMChatMessage: typeof import('./src/components/LLM/ChatMessage.vue')['default']
  232. const LLMChatMessageInput: typeof import('./src/components/LLM/ChatMessageInput.vue')['default']
  233. const LLMChatMessageList: typeof import('./src/components/LLM/ChatMessageList.vue')['default']
  234. const LLMLLM: typeof import('./src/components/LLM/LLM.vue')['default']
  235. const LLMLLMSessionTabs: typeof import('./src/components/LLM/LLMSessionTabs.vue')['default']
  236. const LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  237. const NamespaceRenderNamespaceRender: typeof import('./src/components/NamespaceRender/NamespaceRender.vue')['default']
  238. const NamespaceTabsNamespaceTabs: typeof import('./src/components/NamespaceTabs/NamespaceTabs.vue')['default']
  239. const NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  240. const NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
  241. const NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
  242. const NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
  243. const NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
  244. const NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
  245. const NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
  246. const NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
  247. const NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
  248. const NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
  249. const NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
  250. const NodeCardNodeCard: typeof import('./src/components/NodeCard/NodeCard.vue')['default']
  251. const NodeIndicatorNodeIndicator: typeof import('./src/components/NodeIndicator/NodeIndicator.vue')['default']
  252. const NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  253. const NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  254. const OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  255. const PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  256. const PortScannerPortScannerCompact: typeof import('./src/components/PortScanner/PortScannerCompact.vue')['default']
  257. const ProcessingStatusProcessingStatus: typeof import('./src/components/ProcessingStatus/ProcessingStatus.vue')['default']
  258. const ProxyTargetsProxyTargets: typeof import('./src/components/ProxyTargets/ProxyTargets.vue')['default']
  259. const ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  260. const RouterLink: typeof import('vue-router')['RouterLink']
  261. const RouterView: typeof import('vue-router')['RouterView']
  262. const SelfCheckAsyncErrorDisplay: typeof import('./src/components/SelfCheck/AsyncErrorDisplay.vue')['default']
  263. const SelfCheckSelfCheck: typeof import('./src/components/SelfCheck/SelfCheck.vue')['default']
  264. const SelfCheckSelfCheckHeaderBanner: typeof import('./src/components/SelfCheck/SelfCheckHeaderBanner.vue')['default']
  265. const SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  266. const SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  267. const SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  268. const SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  269. const SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  270. const SyncNodesPreviewSyncNodesPreview: typeof import('./src/components/SyncNodesPreview/SyncNodesPreview.vue')['default']
  271. const SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  272. const TabFilterTabFilter: typeof import('./src/components/TabFilter/TabFilter.vue')['default']
  273. const TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  274. const UpstreamCardsUpstreamCards: typeof import('./src/components/UpstreamCards/UpstreamCards.vue')['default']
  275. const UpstreamDetailModalUpstreamDetailModal: typeof import('./src/components/UpstreamDetailModal/UpstreamDetailModal.vue')['default']
  276. const VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  277. }