diff --git a/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts b/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts index cf692ce0a..ba621eb20 100644 --- a/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts +++ b/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts @@ -17,8 +17,6 @@ export interface AnnotationsViewerProps { /** */ style?: CSSProperties - isEditing?: boolean - onFocus?: (element: Annotation | null) => void onClick?: (element: Annotation) => void