Skip to content

Commit 463efe7

Browse files
committed
fix type
1 parent 7fffa51 commit 463efe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mui-material/src/StepIcon/StepIcon.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { Theme } from '../styles';
55
import { StepIconClasses } from './stepIconClasses';
66

77
export interface StepIconProps
8-
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, 'children'>,
9-
Omit<SvgIconOwnProps, 'color' | 'children'> {
8+
extends StandardProps<React.HTMLAttributes<SVGSVGElement>, 'color' | 'children'>,
9+
Omit<SvgIconOwnProps, 'children'> {
1010
/**
1111
* Whether this step is active.
1212
* @default false

0 commit comments

Comments
 (0)