import type HomeMyCard from "./index.vue";

export type HomeMyCardInstance = InstanceType<typeof HomeMyCard>;
