import type HomeInfo from "./index.vue";

export type HomeInfoInstance = InstanceType<typeof HomeInfo>;
