UNPKG

@clopezochoa/detect-autofill-react

Version:

React hook to detect browser's autofill

4 lines (3 loc) 160 B
export declare const useAutofillDetectionState: (element: HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | null) => { isAutofilled: boolean; };