Skip to content

Commit

Permalink
[material-ui][StepLabel] Add type for StepIconComponent (#41082)
Browse files Browse the repository at this point in the history
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
harrydigos and ZeeshanTamboli committed Feb 15, 2024
1 parent 3777360 commit 4b14966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/StepLabel/StepLabel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface StepLabelProps extends StandardProps<React.HTMLAttributes<HTMLD
/**
* The component to render in place of the [`StepIcon`](/material-ui/api/step-icon/).
*/
StepIconComponent?: React.ElementType;
StepIconComponent?: React.ElementType<StepIconProps>;
/**
* Props applied to the [`StepIcon`](/material-ui/api/step-icon/) element.
*/
Expand Down

0 comments on commit 4b14966

Please sign in to comment.