Skip to content

Commit

Permalink
fix(Card): add missed prop in the type
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Oct 8, 2018
1 parent b1083e1 commit 151626b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atoms/Card/CardPlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type CardPlateProps = {|
padding?: PropSizes,
paddingOuter?: PropSizes,
style?: Object,
stretch?: boolean,
|};

const CardPlate = ({ children, paddingOuter, padding, ...rest }: CardPlateProps) => (
Expand Down

0 comments on commit 151626b

Please sign in to comment.