()
| 158 | * Get the store directly (for passing getState/setState to non-React code). |
| 159 | */ |
| 160 | export function useAppStateStore(): AppStateStore { |
| 161 | return useAppStore(); |
| 162 | } |
| 163 | |
| 164 | const NOOP_SUBSCRIBE = () => () => {}; |
| 165 |
no test coverage detected