UNPKG

@vue-pdf-viewer/viewer

Version:

A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.

10 lines (9 loc) 577 B
import type { Plugin } from 'vue'; import { Locales } from '@vue-pdf-viewer/shared'; export declare const VPdfViewerPlugin: Plugin; export { Locales }; export * from './components'; export type { VPVInstance, CanvasLoadedCallback, PrintControl, ToolbarOptions, MatchHighlightResult, XfdfExportOptions, AnnotationXfdfControl, AnnotationControl, XfdfImportResult, XfdfSkippedEntry } from './utils/types'; export type { TextContent } from 'pdfjs-dist/types/src/display/api'; export type { Localization, Annotation } from '@vue-pdf-viewer/shared'; export default VPdfViewerPlugin;