Skip to content

Commit 442653c

Browse files
gawrysiaksatya164
authored andcommitted
docs: add the missing CardCover props (callstack#260)
1 parent 3e1cfa8 commit 442653c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Card/CardCover.js

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ type Props = {
3333
* </Card>
3434
* );
3535
* ```
36+
*
37+
* @extends Image props https://facebook.github.io/react-native/docs/image.html#props
3638
*/
3739
const CardCover = (props: Props) => {
3840
const { index, total, style, theme } = props;

0 commit comments

Comments
 (0)