using allowTouch raises this error:
Type '{ src: string; alt: string; annotations: IAnnotation[]; onAnnotationsUpdate: Dispatch<SetStateAction<IAnnotation[]>>; allowTouch: true; }' is not assignable to type 'IntrinsicAttributes & AnnotationPropsOptional'.
Property 'allowTouch' does not exist on type 'IntrinsicAttributes & AnnotationPropsOptional'.