Skip to content

Commit 2552812

Browse files
committed
Fix to pass Travis
1 parent e8e8ba7 commit 2552812

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MasonryList.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export type Props = {
7575
* sure to also set the `refreshing` prop correctly.
7676
*/
7777
onRefresh?: ?Function,
78+
wrapperStyle?: Object,
79+
columnWrapperStyle?: any,
80+
verticalSeparatorWidth?: number,
7881
};
7982
type State = {
8083
columns: Array<Column>,

0 commit comments

Comments
 (0)