@@ -35,10 +35,18 @@ export declare type ButtonPropTypes = TouchableOpacityProps & TypographyModifier
35
35
* Should the icon be right to the label
36
36
*/
37
37
iconOnRight ?: boolean ;
38
+ /**
39
+ * whether the icon should flip horizontally on RTL locals
40
+ */
41
+ supportRTL ?: boolean ;
38
42
/**
39
43
* Color of the button background
40
44
*/
41
45
backgroundColor ?: string ;
46
+ /**
47
+ * Color of the disabled button background
48
+ */
49
+ disabledBackgroundColor ?: string ;
42
50
/**
43
51
* Size of the button [large, medium, small, xSmall]
44
52
*/
@@ -336,9 +344,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
336
344
trailing : boolean ;
337
345
} | undefined ;
338
346
activeBackgroundColor ?: string | undefined ;
339
- useNative ?: boolean | undefined ; /**
340
- * Text to show inside the button
341
- */
347
+ useNative ?: boolean | undefined ;
342
348
customValue ?: any ;
343
349
ref ?: any ;
344
350
style ?: false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > > | null | undefined ;
@@ -363,10 +369,18 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
363
369
* Should the icon be right to the label
364
370
*/
365
371
iconOnRight ?: boolean | undefined ;
372
+ /**
373
+ * whether the icon should flip horizontally on RTL locals
374
+ */
375
+ supportRTL ?: boolean | undefined ;
366
376
/**
367
377
* Color of the button background
368
378
*/
369
379
backgroundColor ?: string | undefined ;
380
+ /**
381
+ * Color of the disabled button background
382
+ */
383
+ disabledBackgroundColor ?: string | undefined ;
370
384
/**
371
385
* Size of the button [large, medium, small, xSmall]
372
386
*/
@@ -487,9 +501,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
487
501
trailing : boolean ;
488
502
} | undefined ;
489
503
activeBackgroundColor ?: string | undefined ;
490
- useNative ?: boolean | undefined ; /**
491
- * Text to show inside the button
492
- */
504
+ useNative ?: boolean | undefined ;
493
505
customValue ?: any ;
494
506
ref ?: any ;
495
507
style ?: false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > > | null | undefined ;
@@ -514,10 +526,18 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
514
526
* Should the icon be right to the label
515
527
*/
516
528
iconOnRight ?: boolean | undefined ;
529
+ /**
530
+ * whether the icon should flip horizontally on RTL locals
531
+ */
532
+ supportRTL ?: boolean | undefined ;
517
533
/**
518
534
* Color of the button background
519
535
*/
520
536
backgroundColor ?: string | undefined ;
537
+ /**
538
+ * Color of the disabled button background
539
+ */
540
+ disabledBackgroundColor ?: string | undefined ;
521
541
/**
522
542
* Size of the button [large, medium, small, xSmall]
523
543
*/
@@ -638,9 +658,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
638
658
trailing : boolean ;
639
659
} | undefined ;
640
660
activeBackgroundColor ?: string | undefined ;
641
- useNative ?: boolean | undefined ; /**
642
- * Text to show inside the button
643
- */
661
+ useNative ?: boolean | undefined ;
644
662
customValue ?: any ;
645
663
ref ?: any ;
646
664
style ?: false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > > | null | undefined ;
@@ -665,10 +683,18 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
665
683
* Should the icon be right to the label
666
684
*/
667
685
iconOnRight ?: boolean | undefined ;
686
+ /**
687
+ * whether the icon should flip horizontally on RTL locals
688
+ */
689
+ supportRTL ?: boolean | undefined ;
668
690
/**
669
691
* Color of the button background
670
692
*/
671
693
backgroundColor ?: string | undefined ;
694
+ /**
695
+ * Color of the disabled button background
696
+ */
697
+ disabledBackgroundColor ?: string | undefined ;
672
698
/**
673
699
* Size of the button [large, medium, small, xSmall]
674
700
*/
@@ -789,9 +815,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
789
815
trailing : boolean ;
790
816
} | undefined ;
791
817
activeBackgroundColor ?: string | undefined ;
792
- useNative ?: boolean | undefined ; /**
793
- * Text to show inside the button
794
- */
818
+ useNative ?: boolean | undefined ;
795
819
customValue ?: any ;
796
820
ref ?: any ;
797
821
style ?: false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . ViewStyle > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > > | import ( "react-native" ) . Animated . AnimatedProps < import ( "react-native" ) . RecursiveArray < false | import ( "react-native" ) . ViewStyle | import ( "react-native" ) . RegisteredStyle < import ( "react-native" ) . ViewStyle > | null | undefined > > | null | undefined ;
@@ -816,10 +840,18 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
816
840
* Should the icon be right to the label
817
841
*/
818
842
iconOnRight ?: boolean | undefined ;
843
+ /**
844
+ * whether the icon should flip horizontally on RTL locals
845
+ */
846
+ supportRTL ?: boolean | undefined ;
819
847
/**
820
848
* Color of the button background
821
849
*/
822
850
backgroundColor ?: string | undefined ;
851
+ /**
852
+ * Color of the disabled button background
853
+ */
854
+ disabledBackgroundColor ?: string | undefined ;
823
855
/**
824
856
* Size of the button [large, medium, small, xSmall]
825
857
*/
0 commit comments