File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/website/content/docs/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ import { Link } from "next-view-transitions";
66const properties = {
77 polymorphicPropName : {
88 type : "string" ,
9- description : < Link href = "#polymorphicpropname" > The prop your code uses to create polymorphic components ⤵ </ Link > ,
9+ description : < Link href = "#polymorphicpropname" > The prop your code uses to create polymorphic components</ Link > ,
1010 default : '"as"' ,
1111 } ,
1212 importSource : {
1313 type : "string" ,
14- description : < Link href = "#importsource" > The source where React is imported from ⤵ </ Link > ,
14+ description : < Link href = "#importsource" > The source where React is imported from</ Link > ,
1515 default : '"react"' ,
1616 } ,
1717 version : {
1818 type : "string" ,
19- description : < Link href = "#version" > React version to perform the analysis ⤵ </ Link > ,
19+ description : < Link href = "#version" > React version to perform the analysis</ Link > ,
2020 default : '"detect"' ,
2121 } ,
2222} ;
You can’t perform that action at this time.
0 commit comments