Skip to content

Commit

Permalink
feat: add types for stepLabel icon component props
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydigos committed Feb 15, 2024
1 parent bd64817 commit 1c553cb
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 1c553cb

Please sign in to comment.