Skip to content

Commit 3960692

Browse files
committed
pnpm docs:typescript:formatted
1 parent 480f88e commit 3960692

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/src/pages/premium-themes/onepirate/modules/components/TextField.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,23 +117,23 @@ function TextField(props) {
117117

118118
TextField.propTypes = {
119119
/**
120-
* Props applied to the [`InputLabel`](/material-ui/api/input-label/) element.
120+
* Props applied to the [`InputLabel`](https://mui.com/material-ui/api/input-label/) element.
121121
* Pointer events like `onClick` are enabled if and only if `shrink` is `true`.
122-
* @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
122+
* @deprecated Use `slotProps.inputLabel` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
123123
*/
124124
InputLabelProps: PropTypes.object,
125125
/**
126126
* Props applied to the Input element.
127-
* It will be a [`FilledInput`](/material-ui/api/filled-input/),
128-
* [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
127+
* It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
128+
* [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
129129
* component depending on the `variant` prop value.
130-
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
130+
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
131131
*/
132132
InputProps: PropTypes.object,
133133
noBorder: PropTypes.bool,
134134
/**
135-
* Props applied to the [`Select`](/material-ui/api/select/) element.
136-
* @deprecated Use `slotProps.select` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
135+
* Props applied to the [`Select`](https://mui.com/material-ui/api/select/) element.
136+
* @deprecated Use `slotProps.select` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
137137
*/
138138
SelectProps: PropTypes.object,
139139
size: PropTypes.oneOf(['large', 'medium', 'small', 'xlarge']),

docs/src/pages/premium-themes/onepirate/modules/form/RFTextField.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ RFTextField.propTypes = {
4848
}).isRequired,
4949
/**
5050
* Props applied to the Input element.
51-
* It will be a [`FilledInput`](/material-ui/api/filled-input/),
52-
* [`OutlinedInput`](/material-ui/api/outlined-input/) or [`Input`](/material-ui/api/input/)
51+
* It will be a [`FilledInput`](https://mui.com/material-ui/api/filled-input/),
52+
* [`OutlinedInput`](https://mui.com/material-ui/api/outlined-input/) or [`Input`](https://mui.com/material-ui/api/input/)
5353
* component depending on the `variant` prop value.
54-
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
54+
* @deprecated Use `slotProps.input` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
5555
*/
5656
InputProps: PropTypes.object,
5757
meta: PropTypes.shape({

0 commit comments

Comments
 (0)