71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"position": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'alternate-reverse'<br>| 'alternate'<br>| 'left'<br>| 'right'"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "TimelineItem",
|
||
|
|
"imports": [
|
||
|
|
"import TimelineItem from '@mui/lab/TimelineItem';",
|
||
|
|
"import { TimelineItem } from '@mui/lab';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "missingOppositeContent",
|
||
|
|
"className": "MuiTimelineItem-missingOppositeContent",
|
||
|
|
"description": "Styles applied to the root element if TimelineOppositeContent isn't provided.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "positionAlternate",
|
||
|
|
"className": "MuiTimelineItem-positionAlternate",
|
||
|
|
"description": "Styles applied to the root element if `position=\"alternate\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "positionAlternateReverse",
|
||
|
|
"className": "MuiTimelineItem-positionAlternateReverse",
|
||
|
|
"description": "Styles applied to the root element if `position=\"alternate-reverse\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "positionLeft",
|
||
|
|
"className": "MuiTimelineItem-positionLeft",
|
||
|
|
"description": "Styles applied to the root element if `position=\"left\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "positionRight",
|
||
|
|
"className": "MuiTimelineItem-positionRight",
|
||
|
|
"description": "Styles applied to the root element if `position=\"right\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiTimelineItem-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiTimelineItem",
|
||
|
|
"forwardsRefTo": "HTMLLIElement",
|
||
|
|
"filename": "/packages/mui-lab/src/TimelineItem/TimelineItem.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|