#import "RNNOptions.h"

@interface RNNComponentOptions : RNNOptions

@property (nonatomic, strong) Text* name;
@property (nonatomic, strong) Text* componentId;
@property (nonatomic, strong) Text* alignment;

@end
