MCPcopy Create free account
hub / github.com/ReactTraining/react-media / MediaQueryObject

Interface MediaQueryObject

index.d.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from "react";
2export interface MediaQueryObject {
3 [id: string]: boolean | number | string;
4}
5
6/**
7 * All allowed forms of media query inputs

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…