UNPKG

@vue-pdf-viewer/viewer

Version:

The PDF Viewer component for Vue 3 and Nuxt

9 lines (8 loc) 304 B
export declare const usePrintProcess: () => { isCancel: import("vue").Ref<boolean, boolean>; percent: import("vue").Ref<number, number>; showPrintProcess: import("vue").Ref<boolean, boolean>; onCancel: () => void; onLoading: () => void; changePercent: (value: number) => void; };