Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "TimelineOppositeContent",
|
|
"imports": [
|
|
"import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent';",
|
|
"import { TimelineOppositeContent } from '@mui/lab';"
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "positionAlternate",
|
|
"className": "MuiTimelineOppositeContent-positionAlternate",
|
|
"description": "Styles applied to the root element if `position=\"alternate\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionAlternateReverse",
|
|
"className": "MuiTimelineOppositeContent-positionAlternateReverse",
|
|
"description": "Styles applied to the root element if `position=\"alternate-reverse\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionLeft",
|
|
"className": "MuiTimelineOppositeContent-positionLeft",
|
|
"description": "Styles applied to the root element if `position=\"left\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionRight",
|
|
"className": "MuiTimelineOppositeContent-positionRight",
|
|
"description": "Styles applied to the root element if `position=\"right\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiTimelineOppositeContent-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiTimelineOppositeContent",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-lab/src/TimelineOppositeContent/TimelineOppositeContent.js",
|
|
"inheritance": { "component": "Typography", "pathname": "/material-ui/api/typography/" },
|
|
"demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|