Skip to content

Commit

Permalink
docs: add the missing CardCover props (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and satya164 committed Mar 2, 2018
1 parent 3e1cfa8 commit 442653c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Card/CardCover.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ type Props = {
* </Card>
* );
* ```
*
* @extends Image props https://facebook.github.io/react-native/docs/image.html#props
*/
const CardCover = (props: Props) => {
const { index, total, style, theme } = props;
Expand Down

0 comments on commit 442653c

Please sign in to comment.