Completely updated React, fixed #11, (hopefully)
This commit is contained in:
12
goTorrentWebUI/node_modules/material-ui/MobileStepper/MobileStepper.d.ts
generated
vendored
12
goTorrentWebUI/node_modules/material-ui/MobileStepper/MobileStepper.d.ts
generated
vendored
@@ -3,16 +3,13 @@ import { StandardProps } from '..';
|
||||
import { PaperProps, PaperClassKey } from '../Paper';
|
||||
import { ButtonProps } from '../Button';
|
||||
|
||||
export interface MobileStepperProps extends StandardProps<
|
||||
PaperProps,
|
||||
MobileStepperClassKey
|
||||
> {
|
||||
export interface MobileStepperProps extends StandardProps<PaperProps, MobileStepperClassKey> {
|
||||
activeStep?: number;
|
||||
backButton: React.ReactElement<any>;
|
||||
nextButton: React.ReactElement<any>;
|
||||
nextButton: React.ReactElement<any>;
|
||||
position?: 'bottom' | 'top' | 'static';
|
||||
steps: number;
|
||||
type?: 'text' | 'dots' | 'progress';
|
||||
variant?: 'text' | 'dots' | 'progress';
|
||||
}
|
||||
|
||||
export type MobileStepperClassKey =
|
||||
@@ -23,8 +20,7 @@ export type MobileStepperClassKey =
|
||||
| 'dots'
|
||||
| 'dot'
|
||||
| 'dotActive'
|
||||
| 'progress'
|
||||
;
|
||||
| 'progress';
|
||||
|
||||
declare const MobileStepper: React.ComponentType<MobileStepperProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user