UNPKG

@tato30/vue-pdf

Version:
6 lines (5 loc) 391 B
import type { PDFDocumentProxy } from 'pdfjs-dist'; import type { AnnotationEventPayload } from '../types'; declare const EVENTS_TO_HANDLER: string[]; declare function annotationEventsHandler(evt: Event, PDFDoc: PDFDocumentProxy, Annotations: Object[]): AnnotationEventPayload | Promise<AnnotationEventPayload | undefined> | undefined; export { annotationEventsHandler, EVENTS_TO_HANDLER };