#import <React/RCTViewComponentView.h>

@class MLRNVectorSource;

@interface MLRNVectorSourceComponentView : RCTViewComponentView

@property (nonatomic, readonly) MLRNVectorSource *vectorSource;

@end
