forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstep.json
26 lines (26 loc) · 876 Bytes
/
step.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"props": {
"active": { "type": { "name": "bool" } },
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" } },
"completed": { "type": { "name": "bool" } },
"disabled": { "type": { "name": "bool" } },
"expanded": { "type": { "name": "bool" } },
"index": { "type": { "name": "number" } },
"last": { "type": { "name": "bool" } },
"sx": { "type": { "name": "object" } }
},
"name": "Step",
"styles": {
"classes": ["root", "horizontal", "vertical", "alternativeLabel", "completed"],
"globalClasses": {},
"name": "MuiStep"
},
"spread": true,
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/material-ui/src/Step/Step.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/components/steppers/\">Steppers</a></li></ul>",
"styledComponent": true,
"cssComponent": false
}