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

Interface MediaQueryTypes

src/types.ts:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MediaQueryTypes {
2 all?: boolean
3 grid?: boolean
4 aural?: boolean
5 braille?: boolean
6 handheld?: boolean
7 print?: boolean
8 projection?: boolean
9 screen?: boolean
10 tty?: boolean
11 tv?: boolean
12 embossed?: boolean
13}
14
15export type MediaQueryType = keyof MediaQueryTypes
16

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…