import type { ComponentInstance } from 'vue'; import DeviceTree from './device-tree.vue'; export type DeviceTreeProps = ComponentInstance['$props']; export { DeviceTree };