Skip to content

Commit 0346684

Browse files
committed
interface converted to type
1 parent 6aea469 commit 0346684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export type AnnotatorProps = {
5454
onPrevImage?: (state: MainLayoutState) => void;
5555
};
5656

57-
export interface AnnotatorRef {
57+
export type AnnotatorRef = {
5858
clickHeaderButton: (name: string) => void;
5959
}
6060

0 commit comments

Comments
 (0)