Skip to content

Commit

Permalink
Run script
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Sep 1, 2022
1 parent a16f7db commit 7e835ce
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/AspectRatio/AspectRatio.tsx
Expand Up @@ -167,7 +167,7 @@ AspectRatio.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the AspectRatio.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Avatar/Avatar.tsx
Expand Up @@ -261,7 +261,7 @@ Avatar.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Checkbox/Checkbox.tsx
Expand Up @@ -344,7 +344,7 @@ Checkbox.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Chip/Chip.tsx
Expand Up @@ -327,7 +327,7 @@ Chip.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/FormLabel/FormLabel.tsx
Expand Up @@ -100,7 +100,7 @@ FormLabel.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Input/Input.tsx
Expand Up @@ -312,7 +312,7 @@ Input.propTypes /* remove-proptypes */ = {
PropTypes.string,
]),
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Link/Link.tsx
Expand Up @@ -284,7 +284,7 @@ Link.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Radio/Radio.tsx
Expand Up @@ -395,7 +395,7 @@ Radio.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Select/Select.tsx
Expand Up @@ -575,7 +575,7 @@ Select.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Switch/Switch.tsx
Expand Up @@ -384,7 +384,7 @@ Switch.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Switch.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Textarea/Textarea.tsx
Expand Up @@ -294,7 +294,7 @@ Textarea.propTypes /* remove-proptypes */ = {
PropTypes.string,
]),
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Typography/Typography.tsx
Expand Up @@ -229,7 +229,7 @@ Typography.propTypes /* remove-proptypes */ = {
*/
component: PropTypes.elementType,
/**
* The props used for each slot inside the Input.
* The props used for each slot inside the component.
* @default {}
*/
componentsProps: PropTypes.shape({
Expand Down

0 comments on commit 7e835ce

Please sign in to comment.