UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 289 B
import React from "react"; interface Props extends React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> { inputRef: React.RefObject<HTMLInputElement>; } export declare function StyledInput({ inputRef, ...props }: Props): React.JSX.Element; export {};