UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

8 lines (7 loc) 283 B
export default AnnotationOverlay; declare function AnnotationOverlay({ annotations, surface, currentTime, showAnnotations, }: { annotations?: any[] | undefined; surface: any; currentTime: any; showAnnotations: any; }): import("react/jsx-runtime").JSX.Element | null;