react-grid-system
Advanced tools
Comparing version 4.1.1 to 4.1.2
declare module 'react-grid-system' { | ||
import * as React from 'react'; | ||
enum Align { | ||
Normal = "normal", | ||
Start = "start", | ||
Center = "center", | ||
End = "end" | ||
} | ||
import * as React from 'react' | ||
type Align = "normal" | "start" | "center" | "end" | ||
type Offsets = { | ||
@@ -10,0 +5,0 @@ xs?: number, |
{ | ||
"name": "react-grid-system", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
68563
1566