import type { UseDeviceTreeReturn } from '@/composables'; import { createInjectionKey } from '@/utils'; import { type Ref } from 'vue'; export const SELECT_DEVICE_FN_INJECTION_KEY = createInjectionKey>('select-device-fn');