Skip to main content

useFocusOutside

useFocusOutside(ref: MutableRefObject<null | HTMLElement> | ,onFocusOutside: ): void

Parameters

(Mandatory parameters are in bold)
ParametersTypeDescription
onFocusOutside
refMutableRefObject<null | HTMLElement> |

Return

The return is of type void