UNPKG
detect-autofill-react
Version:
latest (1.0.3)
1.0.3
1.0.0
React hook to detect browser's autofill
github.com/sundarshahi/detect-autofill-react
detect-autofill-react
/
dist
/
index.js
5 lines
(4 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
import
{ useAutofillDetection
as
t }
from
"./hooks/use-detect-autofill.js"
;
export
{ t
as
useAutofillDetection };