File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
docs/pages/material-ui/api
packages/mui-material/src/Divider Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 99 "type" : { "name" : " bool" },
1010 "default" : " false" ,
1111 "deprecated" : true ,
12- "deprecationInfo" : " Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead."
12+ "deprecationInfo" : " Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead. <a href= \" /material-ui/migration/migrating-from-deprecated-apis/ \" >How to migrate</a> "
1313 },
1414 "orientation" : {
1515 "type" : { "name" : " enum" , "description" : " 'horizontal'<br>| 'vertical'" },
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ export interface DividerOwnProps {
3030 /**
3131 * If `true`, the divider will have a lighter color.
3232 * @default false
33- * @deprecated Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead.
34- * [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
33+ * @deprecated Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
3534 */
3635 light ?: boolean ;
3736 /**
Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ Divider.propTypes /* remove-proptypes */ = {
257257 /**
258258 * If `true`, the divider will have a lighter color.
259259 * @default false
260- * @deprecated Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead.
261- * [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
260+ * @deprecated Use <Divider sx={{ bgcolor: '#eee' }} /> (or any color) instead. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
262261 */
263262 light : PropTypes . bool ,
264263 /**
You can’t perform that action at this time.
0 commit comments