Appearance
Elements
Hook that provides the current focus state of the window
import { useWindowFocus } from '@siberiacancode/reactuse';
const focused = useWindowFocus();
source
boolean