Skip to content

Commit

Permalink
export interface Html5QrcodeScannerConfig (#728)
Browse files Browse the repository at this point in the history
closes #727
  • Loading branch information
seyfer authored Mar 26, 2023
1 parent a4e82a0 commit 16df8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5-qrcode-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ enum Html5QrcodeScannerStatus {
/**
* Interface for controlling different aspects of {@class Html5QrcodeScanner}.
*/
interface Html5QrcodeScannerConfig
export interface Html5QrcodeScannerConfig
extends Html5QrcodeCameraScanConfig, Html5QrcodeConfigs {

/**
Expand Down

0 comments on commit 16df8f3

Please sign in to comment.