UNPKG

@yudiel/react-qr-scanner

Version:
9 lines 276 B
import React, { CSSProperties } from 'react'; interface ITorchOffProps { onClick: () => void; className?: string; style?: CSSProperties; } export default function TorchOff(props: ITorchOffProps): React.JSX.Element; export {}; //# sourceMappingURL=TorchOff.d.ts.map