{ "description": "", "methods": [], "displayName": "ProgressTabs.ProgressIndicator", "props": { "status": { "required": false, "tsType": { "name": "union", "raw": "\"not-started\" \\| \"in-progress\" \\| \"completed\"", "elements": [ { "name": "literal", "value": "\"not-started\"" }, { "name": "literal", "value": "\"in-progress\"" }, { "name": "literal", "value": "\"completed\"" } ] }, "description": "The current status." } }, "composes": [ "Omit" ] }