#import <React/RCTBaseTextInputView.h>
#import <React/RCTComponent.h>

@interface RCTBaseTextInputView (MediaInput)

@property (nonatomic, copy, nullable) RCTDirectEventBlock onImageChange;

@end
