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 3764e63 commit 794489eCopy full SHA for 794489e
packages/material-ui/src/MobileStepper/MobileStepper.d.ts
@@ -6,9 +6,9 @@ import { LinearProgressProps } from '../LinearProgress';
6
export interface MobileStepperProps
7
extends StandardProps<PaperProps, MobileStepperClassKey, 'variant'> {
8
activeStep?: number;
9
- backButton: React.ReactElement;
+ backButton: React.ReactNode;
10
LinearProgressProps?: Partial<LinearProgressProps>;
11
- nextButton: React.ReactElement;
+ nextButton: React.ReactNode;
12
position?: 'bottom' | 'top' | 'static';
13
steps: number;
14
variant?: 'text' | 'dots' | 'progress';
0 commit comments