import type HomeCard from "./index.vue";

export type HomeCardInstance = InstanceType<typeof HomeCard>;
