Skip to content

Commit

Permalink
Fix(Grid): Fix activeStyle type (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
zack24q committed Dec 28, 2018
1 parent 6db1c19 commit 41cf2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/grid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface GridProps extends GridPropsType {
className?: string;
square?: boolean;
activeClassName?: string;
activeStyle?: object;
activeStyle?: boolean | React.CSSProperties;
itemStyle?: React.CSSProperties;
}

Expand Down

0 comments on commit 41cf2c7

Please sign in to comment.