UNPKG

298 BTypeScriptView Raw
1/**
2 * Hook to get the current focus state of the screen. Returns a `true` if screen is focused, otherwise `false`.
3 * This can be used if a component needs to render something based on the focus state.
4 */
5export default function useIsFocused(): boolean;
6//# sourceMappingURL=useIsFocused.d.ts.map
\No newline at end of file