diff --git a/src/components/device/device-card/components/current-diag/device-common-card.vue b/src/components/device/device-card/components/current-diag/device-common-card.vue index b30f196..2c3d189 100644 --- a/src/components/device/device-card/components/current-diag/device-common-card.vue +++ b/src/components/device/device-card/components/current-diag/device-common-card.vue @@ -1,16 +1,20 @@ diff --git a/src/components/device/device-card/components/current-diag/index.ts b/src/components/device/device-card/components/current-diag/index.ts index 265d85c..f6b2f90 100644 --- a/src/components/device/device-card/components/current-diag/index.ts +++ b/src/components/device/device-card/components/current-diag/index.ts @@ -1,3 +1,4 @@ +import type { ComponentInstance } from 'vue'; import DeviceCommonCard from './device-common-card.vue'; import DeviceHardwareCard from './device-hardware-card.vue'; import DeviceHeaderCard from './device-header-card.vue'; @@ -9,6 +10,8 @@ import SecurityBoxEnvCard from './security-box-env-card.vue'; import SwitchPortCard from './switch-port-card.vue'; import SwitchPortLinkModal from './switch-port-link-modal.vue'; +export type DeviceCommonCardProps = ComponentInstance['$props']; + export { DeviceCommonCard, DeviceHardwareCard,