| 22 | } |
| 23 | |
| 24 | export interface UseMediaQueryOptions { |
| 25 | fallback?: boolean[]; |
| 26 | ssr?: boolean; |
| 27 | getWindow?(): typeof window; |
| 28 | } |
| 29 | |
| 30 | export function useMediaQuery( |
| 31 | query: string | string[], |
nothing calls this directly
no outgoing calls
no test coverage detected