We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9415bd2 commit e76ca4cCopy full SHA for e76ca4c
1 file changed
packages/react-strict-dom/src/native/modules/mediaQuery.js.flow
@@ -7,7 +7,7 @@
7
* @flow strict
8
*/
9
10
-type Values = $ReadOnly<{
+type MediaQueryValues = $ReadOnly<{
11
type?: 'screen',
12
width?: number,
13
height?: number,
@@ -18,5 +18,5 @@ type Values = $ReadOnly<{
18
}>;
19
20
declare export const mediaQuery : {
21
- match: (mediaQuery: string, values: Values) => boolean
+ match: (mediaQuery: string, values: MediaQueryValues) => boolean
22
};
0 commit comments