Skip to content

Commit

Permalink
se comentaron funciones
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelopilone committed Sep 28, 2023
1 parent 0f766d8 commit caac21c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/input-barcode/input-barcode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,14 @@ export class InputBarcode {
*/
private html5QrCode: Html5Qrcode

/**
* Event Scan
*/
@Event() scan: EventEmitter<string>;


/**
* get state
*/
@Method()
async getState(): Promise<Html5QrcodeScannerState> {
return this.html5QrCode.getState()
Expand Down

0 comments on commit caac21c

Please sign in to comment.