Skip to content

Commit

Permalink
Refactor #1574
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 23, 2021
1 parent 56a299e commit 5de2e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/imagepreview/ImagePreview.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Vue, { VNode } from 'vue';

declare class Image extends Vue {
declare class ImagePreview extends Vue {
preview?: boolean;
$slots: {
'indicator': VNode[];
}
}

export default Image;
export default ImagePreview;

0 comments on commit 5de2e82

Please sign in to comment.