We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1cfa8 commit 442653cCopy full SHA for 442653c
src/components/Card/CardCover.js
@@ -33,6 +33,8 @@ type Props = {
33
* </Card>
34
* );
35
* ```
36
+ *
37
+ * @extends Image props https://facebook.github.io/react-native/docs/image.html#props
38
*/
39
const CardCover = (props: Props) => {
40
const { index, total, style, theme } = props;
0 commit comments