Skip to content

Commit d65f24c

Browse files
authored
[rn-material-ui-textfield] Update types to be compatible with latest React Native types (DefinitelyTyped#73521)
1 parent 041179d commit d65f24c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

types/rn-material-ui-textfield/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ export interface TextFieldProps extends TextInputProps {
7070
renderLeftAccessory?(): React.JSX.Element;
7171
renderRightAccessory?(): React.JSX.Element;
7272
onChangeText?(text: string): void;
73-
onFocus?(event: NativeSyntheticEvent<TextInputFocusEventData>): void;
74-
onBlur?(event: NativeSyntheticEvent<TextInputChangeEventData>): void;
7573
inputRef?: React.RefObject<any> | undefined;
7674
}
7775

0 commit comments

Comments
 (0)