We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fffa51 commit 463efe7Copy full SHA for 463efe7
packages/mui-material/src/StepIcon/StepIcon.d.ts
@@ -5,8 +5,8 @@ import { Theme } from '../styles';
5
import { StepIconClasses } from './stepIconClasses';
6
7
export interface StepIconProps
8
- extends StandardProps<React.HTMLAttributes<HTMLDivElement>, 'children'>,
9
- Omit<SvgIconOwnProps, 'color' | 'children'> {
+ extends StandardProps<React.HTMLAttributes<SVGSVGElement>, 'color' | 'children'>,
+ Omit<SvgIconOwnProps, 'children'> {
10
/**
11
* Whether this step is active.
12
* @default false
0 commit comments