react-grid-system
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -84,2 +84,11 @@ declare module 'react-grid-system' { | ||
type Configuration = { | ||
breakpoints?: Array<number>, | ||
containerWidths?: Array<number>, | ||
gutterWidth?: number, | ||
gridColumns?: number, | ||
defaultScreenClass?: "xs" | "sm" | "md" | "lg" | "xl" | ||
} | ||
export function setConfiguration(configuration: Configuration): void | ||
export class Col extends React.Component<ColProps, any> {} | ||
@@ -86,0 +95,0 @@ export class Container extends React.Component<ContainerProps, any> {} |
{ | ||
"name": "react-grid-system", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
70014
1599