UNPKG

fe-pilot

Version:

scanner in web, phonebook in web, autofill otp in web, share web, TextToSpeech in web, Voice Recognition in web, live location tracking in web, detect my location web, wakelock in web, color picker, WhatsappShare, SnapScanner, NetworkMonitor, View360

1 lines 648 B
import React from"react";function ScannerClose(a){var b=a.allClear,c=a.zIndex,d=void 0===c?9:c,e=a.color,f=void 0===e?"white":e,g=a.top,h=void 0===g?"auto":g,i=a.bottom,j=void 0===i?"25%":i,k=a.left,l=void 0===k?"auto":k,m=a.right,n=void 0===m?"72%":m,o=a.position,p=void 0===o?"absolute":o,q=a.onClose,r=void 0===q?function(){}:q,s=a.children,t=function(){r(),b()};return React.createElement("div",{id:"fe-pilot-scanner-close",style:{top:h,bottom:j,left:l,right:n,zIndex:d,color:f,position:p},onClick:t,onKeyDown:function(a){return"Enter"===a.key&&t()},role:"button",tabIndex:0},s||"Close Button")}export{ScannerClose};export default ScannerClose;