UNPKG

@vue-pdf-viewer/viewer

Version:

The PDF Viewer component for Vue 3 and Nuxt

6 lines (5 loc) 221 B
export declare const useTextLayers: () => { addTextLayer: (textLayer: HTMLElement) => void; removeTextLayer: (textLayer: HTMLElement) => void; getTextLayers: () => import("vue").Reactive<Set<HTMLElement>>; };