22 lines
775 B
TypeScript
22 lines
775 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
FileSendModal: typeof import('./src/components/modals/FileSendModal.vue')['default']
|
|
MainLayout: typeof import('./src/components/MainLayout.vue')['default']
|
|
PeerCard: typeof import('./src/components/PeerCard.vue')['default']
|
|
SettingsView: typeof import('./src/components/SettingsView.vue')['default']
|
|
TextSendModal: typeof import('./src/components/modals/TextSendModal.vue')['default']
|
|
TransferItem: typeof import('./src/components/TransferItem.vue')['default']
|
|
}
|
|
}
|