29 lines
1.7 KiB
TypeScript
29 lines
1.7 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 {
|
|
DrawerContainer: typeof import('./src/components/DrawerContainer.vue')['default']
|
|
PageContainer: typeof import('./src/components/PageContainer.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
ScanningDevice: typeof import('./src/components/ScanningDevice.vue')['default']
|
|
SignalIndicator: typeof import('./src/components/SignalIndicator.vue')['default']
|
|
SvgSpinnersPulse2: typeof import('./src/components/icons/SvgSpinnersPulse2.vue')['default']
|
|
SvgSpinnersWifiFade: typeof import('./src/components/icons/SvgSpinnersWifiFade.vue')['default']
|
|
SystemUiconsSignalFull: typeof import('./src/components/icons/SystemUiconsSignalFull.vue')['default']
|
|
SystemUiconsSignalLow: typeof import('./src/components/icons/SystemUiconsSignalLow.vue')['default']
|
|
SystemUiconsSignalMedium: typeof import('./src/components/icons/SystemUiconsSignalMedium.vue')['default']
|
|
TablerBluetooth: typeof import('./src/components/icons/TablerBluetooth.vue')['default']
|
|
TablerBluetoothConnected: typeof import('./src/components/icons/TablerBluetoothConnected.vue')['default']
|
|
TablerBluetoothOff: typeof import('./src/components/icons/TablerBluetoothOff.vue')['default']
|
|
TablerBluetoothX: typeof import('./src/components/icons/TablerBluetoothX.vue')['default']
|
|
TablerDeviceWatch: typeof import('./src/components/icons/TablerDeviceWatch.vue')['default']
|
|
TablerReload: typeof import('./src/components/icons/TablerReload.vue')['default']
|
|
}
|
|
}
|