| 1 | import * as React from "react"; |
| 2 | export interface MediaQueryObject { |
| 3 | [id: string]: boolean | number | string; |
| 4 | } |
| 5 | |
| 6 | /** |
| 7 | * All allowed forms of media query inputs |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…