From 1c553cb705398f73122d051d9b89d3e22ecb0362 Mon Sep 17 00:00:00 2001 From: Harry Digos Date: Thu, 15 Feb 2024 09:09:43 +0200 Subject: [PATCH] feat: add types for stepLabel icon component props --- packages/mui-material/src/StepLabel/StepLabel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/StepLabel/StepLabel.d.ts b/packages/mui-material/src/StepLabel/StepLabel.d.ts index 025f890be54297..10d75f9151552b 100644 --- a/packages/mui-material/src/StepLabel/StepLabel.d.ts +++ b/packages/mui-material/src/StepLabel/StepLabel.d.ts @@ -52,7 +52,7 @@ export interface StepLabelProps extends StandardProps; /** * Props applied to the [`StepIcon`](/material-ui/api/step-icon/) element. */