UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

8 lines (7 loc) 216 B
import { PageData } from "../../../configuration/native/PageData"; /** * Wrapper for the Page object, adding web-specific properties. */ export declare class SBPageData extends PageData { rotations?: number; }