react-native-media-query
Advanced tools
import { DetailedReactHTMLElement } from "react"; | ||
import { ViewStyle, TextStyle, ImageStyle } from "react-native"; | ||
type NamedStyles<T> = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle }; | ||
export type NamedStyles<T> = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle }; | ||
@@ -6,0 +6,0 @@ export declare function create< |
{ | ||
"name": "react-native-media-query", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Media queries for react-native and react-native-web", | ||
@@ -16,2 +16,5 @@ "main": "index", | ||
}, | ||
"devDependencies": { | ||
"@types/react-native": "^0.65.5" | ||
}, | ||
"repository": { | ||
@@ -18,0 +21,0 @@ "type": "git", |
12617
0.57%1
Infinity%