#import "RNNOptions.h"

@interface RNNButtonOptions : RNNOptions

@property (nonatomic, strong) Text* fontFamily;
@property (nonatomic, strong) Text* text;
@property (nonatomic, strong) Number* fontSize;
@property (nonatomic, strong) Color* color;
@property (nonatomic, strong) Color* disabledColor;
@property (nonatomic, strong) Image* icon;
@property (nonatomic, strong) Bool* enabled;

@end