UNPKG

react-is-mounted-hook

Version:

React hook to check if the component is still mounted

2 lines (1 loc) 55 B
export default function useIsMounted(): () => boolean;