* Hook to check if any overlay is currently active. * This is reactive - the component will re-render when the overlay state changes. * * @returns true if any overlay is currently active * * @example * function CancelRequestHandler() { * const isOverlayActive = useIsOverlayActive() * con
()
| 117 | * } |
| 118 | */ |
| 119 | function _temp() { |
| 120 | return instances.get(process.stdout)?.invalidatePrevFrame(); |
| 121 | } |
| 122 | export function useIsOverlayActive() { |
| 123 | return useAppState(_temp2); |
| 124 | } |
nothing calls this directly
no test coverage detected