Completely updated React, fixed #11, (hopefully)
This commit is contained in:
8
goTorrentWebUI/node_modules/material-ui/Input/InputAdornment.d.ts
generated
vendored
8
goTorrentWebUI/node_modules/material-ui/Input/InputAdornment.d.ts
generated
vendored
@@ -2,16 +2,12 @@ import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface InputAdornmentProps extends StandardProps<{}, InputAdornmentClassKey> {
|
||||
component?: React.ReactType;
|
||||
component?: React.ReactType<InputAdornmentProps>;
|
||||
disableTypography?: boolean;
|
||||
position: 'start' | 'end';
|
||||
}
|
||||
|
||||
export type InputAdornmentClassKey =
|
||||
| 'root'
|
||||
| 'positionStart'
|
||||
| 'positionEnd'
|
||||
;
|
||||
export type InputAdornmentClassKey = 'root' | 'positionStart' | 'positionEnd';
|
||||
|
||||
declare const InputAdornment: React.ComponentType<InputAdornmentProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user