Commit 0881e35 1 parent e974221 commit 0881e35 Copy full SHA for 0881e35
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,19 @@ const buildSourceLinkUrl = (componentName) =>
18
18
19
19
type Props = { |
20
20
badge ? : 'pilot' | 'deprecated' ,
21
- // DEPRECATED: Use `children` instead of `defaultCode`
21
+ /**
22
+ * @deprecated : Use `children` instead of `defaultCode`
23
+ */
22
24
defaultCode ? : string ,
23
25
description ? : string ,
24
- fileName ? : string , // only use if name !== file name
25
- folderName ? : string , // only use if name !== file name and the link should point to a directory
26
+ /**
27
+ * Only use if name !== file name
28
+ */
29
+ fileName ? : string ,
30
+ /**
31
+ * Only use if name !== file name and the link should point to a directory
32
+ */
33
+ folderName ? : string ,
26
34
showCode ? : boolean ,
27
35
name : string ,
28
36
margin ? : 'default' | 'none' ,
You can’t perform that action at this time.
0 commit comments