MCPcopy
hub / github.com/maurodesouza/profile-readme-generator / UseMediaQueryOptions

Interface UseMediaQueryOptions

src/hooks/use-media-query.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface UseMediaQueryOptions {
25 fallback?: boolean[];
26 ssr?: boolean;
27 getWindow?(): typeof window;
28}
29
30export function useMediaQuery(
31 query: string | string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected