Skip to content

Commit

Permalink
run docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Mar 20, 2023
1 parent e4b208f commit 5f936d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/joy-ui/api/radio-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/RadioGroup/RadioGroup.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-radio-button/\">Radio Group</a></li></ul>",
"demos": "<ul><li><a href=\"/joy-ui/react-radio-button/\">Radio</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/joy-ui/api/radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"forwardsRefTo": "HTMLSpanElement",
"filename": "/packages/mui-joy/src/Radio/Radio.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-radio-button/\">Radio Group</a></li></ul>",
"demos": "<ul><li><a href=\"/joy-ui/react-radio-button/\">Radio</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Radio/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const RadioIcon = styled('span', {
*
* Demos:
*
* - [Radio Group](https://mui.com/joy-ui/react-radio-button/)
* - [Radio](https://mui.com/joy-ui/react-radio-button/)
*
* API:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/RadioGroup/RadioGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const RadioGroupRoot = styled('div', {
*
* Demos:
*
* - [Radio Group](https://mui.com/joy-ui/react-radio-button/)
* - [Radio](https://mui.com/joy-ui/react-radio-button/)
*
* API:
*
Expand Down

0 comments on commit 5f936d4

Please sign in to comment.