react-grid-system
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -20,3 +20,3 @@ declare module 'react-grid-system' { | ||
style?: object, | ||
component?: () => string | string | ||
component?: (() => string) | string | ||
} & ScreenClassMap<number | "content">; | ||
@@ -27,3 +27,3 @@ | ||
style?: object, | ||
component?: () => string | string | ||
component?: (() => string) | string | ||
} & ScreenClassMap<boolean>; | ||
@@ -38,3 +38,3 @@ | ||
nowrap?: boolean, | ||
component?: () => string | string, | ||
component?: (() => string) | string, | ||
gutterWidth?: number | ||
@@ -57,3 +57,4 @@ } | ||
gridColumns?: number, | ||
defaultScreenClass?: ScreenClass | ||
defaultScreenClass?: ScreenClass, | ||
maxScreenClass?: ScreenClass | ||
} | ||
@@ -60,0 +61,0 @@ |
{ | ||
"name": "react-grid-system", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
99219
1925