resetSettings
A function that resets the exit intent settings to the default ones.
Example
const { resetSettings } = useExitIntent() function handleResetSettings() { resetSettings() }
A function that resets the exit intent settings to the default ones.
const { resetSettings } = useExitIntent() function handleResetSettings() { resetSettings() }