import type HomeCategoryCard from "./index.vue";

export type HomeCategoryCardInstance = InstanceType<typeof HomeCategoryCard>;
