Skip to content

Commit

Permalink
Merge pull request #743 from TrySound/grid-types
Browse files Browse the repository at this point in the history
Cover Grid component with types
  • Loading branch information
TrySound authored Jul 19, 2017
2 parents 9ddd237 + 3f2540e commit ec0bd80
Show file tree
Hide file tree
Showing 14 changed files with 693 additions and 475 deletions.
2 changes: 0 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[ignore]
.*/node_modules/.*
.*/ArrowKeyStepper/.*
.*/AutoSizer/.*
.*/Collection/.*
.*/ColumnSizer/.*
.*/Grid/.*
.*/InfiniteLoader/.*
.*/List/.*
.*/Masonry/.*
Expand Down
1 change: 0 additions & 1 deletion source/Grid/Grid.example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/** @flow */
import Immutable from "immutable";
import PropTypes from "prop-types";
import React, { PureComponent } from "react";
Expand Down
Loading

0 comments on commit ec0bd80

Please sign in to comment.