UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

11 lines (10 loc) 243 B
import React from "react"; declare class Props { color: string; maxWidth: string; maxHeight: string; paddingTop: number; paddingBottom: number; } export declare function TheHand(props: Props): React.JSX.Element; export {};