import type HomeTagCard from "./index.vue";

export type HomeTagCardInstance = InstanceType<typeof HomeTagCard>;
