MCPcopy
hub / github.com/yocontra/react-responsive / MediaQueryMatchers

Interface MediaQueryMatchers

src/types.ts:17–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15export type MediaQueryType = keyof MediaQueryTypes
16
17export interface MediaQueryMatchers {
18 aspectRatio?: string
19 deviceAspectRatio?: string
20 height?: number | string
21 deviceHeight?: number | string
22 width?: number | string
23 deviceWidth?: number | string
24 color?: boolean
25 colorIndex?: boolean
26 monochrome?: boolean
27 resolution?: number | string
28 orientation?: 'portrait' | 'landscape'
29 scan?: 'progressive' | 'interlace'
30 type?: MediaQueryType
31}
32
33export interface MediaQueryFeatures extends MediaQueryMatchers {
34 minAspectRatio?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…