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 590 B
import React from"react";function FaceDetectorClose(a){var b=a.onClose,c=a.children,d=a.zIndex,e=a.allClear,f=a.color,g=void 0===f?"white":f,h=a.top,i=void 0===h?"auto":h,j=a.bottom,k=void 0===j?"50%":j,l=a.left,m=void 0===l?"auto":l,n=a.right,o=void 0===n?"72%":n,p=a.position,q=void 0===p?"absolute":p,r=function(){b(),e()};return React.createElement("div",{style:{top:i,bottom:k,left:m,right:o,zIndex:d,color:g,position:q},onClick:r,onKeyDown:function(a){return"Enter"===a.key&&r()},role:"button",tabIndex:0},c||"Close Button")}export{FaceDetectorClose};export default FaceDetectorClose;