UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
components
/
internal
/
FormFields
/
InputEmail.js
3 lines
(2 loc)
•
230 B
JavaScript
View Raw
1
2
3
import
{createElement
as
t}
from
"../../../external/preact/dist/preact.js"
;
import
e
from
"./InputBase.js"
;
function
a
(
a
){
return
t
(e,{...a,
type
:
"email"
,
autoCapitalize
:
"off"
})}
export
{a
as
default
};
//# sourceMappingURL=InputEmail.js.map