[Stepper] Expanded prop missing from typescript #19869
Labels
component: stepper
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
typescript
Current Behavior 😯
Looks like a new prop was added to the stepper component for expanding steps, however, looks like it's missing from the typescript definition.
caused by;
#19200
missing from ts definition;
https://github.com/mui-org/material-ui/blob/49e1adf94bfe383ce819dce121f910a5c47bafbf/packages/material-ui/src/Step/Step.d.ts
Expected Behavior 🤔
Should be able to override the
expanded
prop in typescript.Steps to Reproduce 🕹
https://codesandbox.io/s/frosty-darkness-tgcqu
Steps:
Context 🔦
Your Environment 🌎
The text was updated successfully, but these errors were encountered: