UNPKG

document-scanner-vue

Version:

Vue 3 Document Scanner with OpenCV.js - Mobile optimized with camera/gallery support

12 lines 558 B
import { PaperFormat } from '../types'; export declare function usePageSizeSelector(): { isVisible: import("vue").ComputedRef<boolean>; shouldShow: import("vue").ComputedRef<boolean>; availableFormats: import("vue").ComputedRef<PaperFormat[]>; setVisible: (visible: boolean) => void; hide: () => void; show: () => void; getPageFormat: (page: any) => PaperFormat; setPageFormat: (pageId: string, format: PaperFormat, updatePageData: (id: string, data: any) => void) => void; }; //# sourceMappingURL=usePageSizeSelector.d.ts.map