mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
fixed typo in react-color EditableInput (styles->style), added dragLabel and dragMax (#16436)
* fixed typo in react-color EditableInput, added dragLabel and dragMax to EditableInput * removed trailing whitespaces
This commit is contained in:
@@ -11,8 +11,10 @@ export interface EditableInputProps extends ClassAttributes<EditableInput> {
|
||||
color?: Color;
|
||||
label?: string;
|
||||
onChange?: ColorChangeHandler;
|
||||
styles?: EditableInputStyles;
|
||||
style?: EditableInputStyles;
|
||||
value?: any;
|
||||
dragLabel?: string;
|
||||
dragMax?: string;
|
||||
}
|
||||
|
||||
export default class EditableInput extends Component<EditableInputProps, any> {}
|
||||
|
||||
Reference in New Issue
Block a user