UNPKG

document-scanner-vue

Version:

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

12 lines 620 B
import { PaperFormat } from '../types'; interface Props { availableFormats: PaperFormat[]; currentFormat?: PaperFormat | null; } declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { apply: (format: PaperFormat) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ onApply?: ((format: PaperFormat) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=PageSizeSelector.vue.d.ts.map