import type ArticleImagePreview from "./index.vue";

export type ArticleImagePreviewInstance = InstanceType<typeof ArticleImagePreview>;
