Completely updated React, fixed #11, (hopefully)
This commit is contained in:
15
goTorrentWebUI/node_modules/material-ui/Stepper/StepIcon.d.ts
generated
vendored
Normal file
15
goTorrentWebUI/node_modules/material-ui/Stepper/StepIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface StepIconProps
|
||||
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, StepIconClasskey> {
|
||||
active?: boolean;
|
||||
completed?: boolean;
|
||||
icon: React.ReactNode;
|
||||
}
|
||||
|
||||
export type StepIconClasskey = 'root' | 'completed';
|
||||
|
||||
declare const StepIcon: React.ComponentType<StepIconProps>;
|
||||
|
||||
export default StepIcon;
|
Reference in New Issue
Block a user