@@ -328,17 +328,20 @@ declare class Button extends PureComponent<Props, ButtonState> {
328
328
render ( ) : JSX . Element ;
329
329
}
330
330
export { Button } ;
331
- declare const _default : React . ComponentClass < ( import ( "react-native" ) . TouchableOpacityProps & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
331
+ declare const _default : React . ComponentClass < ( Pick < import ( "react-native" ) . TouchableOpacityProps , "testID" | "hitSlop" | "onLayout" | "hasTVPreferredFocus" | "tvParallaxProperties" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityStates" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityComponentType" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityTraits" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "disabled" | "onPress" | "onLongPress" | "activeOpacity" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" > & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
332
332
backgroundColor ?: string | undefined ;
333
333
throttleTime ?: number | undefined ;
334
334
throttleOptions ?: {
335
335
leading : boolean ;
336
336
trailing : boolean ;
337
337
} | undefined ;
338
338
activeBackgroundColor ?: string | undefined ;
339
- useNative ?: boolean | undefined ;
339
+ useNative ?: boolean | undefined ; /**
340
+ * Text to show inside the button
341
+ */
340
342
customValue ?: any ;
341
343
ref ?: any ;
344
+ 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 ;
342
345
} & import ( "../../commons/modifiers" ) . CustomModifier & {
343
346
/**
344
347
* Text to show inside the button
@@ -476,17 +479,20 @@ declare const _default: React.ComponentClass<(import("react-native").TouchableOp
476
479
animateTo ?: AnimationDirection | undefined ;
477
480
} & {
478
481
useCustomTheme ?: boolean | undefined ;
479
- } ) | ( import ( "react-native" ) . TouchableOpacityProps & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
482
+ } ) | ( Pick < import ( "react-native" ) . TouchableOpacityProps , "testID" | "hitSlop" | "onLayout" | "hasTVPreferredFocus" | "tvParallaxProperties" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityStates" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityComponentType" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityTraits" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "disabled" | "onPress" | "onLongPress" | "activeOpacity" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" > & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
480
483
backgroundColor ?: string | undefined ;
481
484
throttleTime ?: number | undefined ;
482
485
throttleOptions ?: {
483
486
leading : boolean ;
484
487
trailing : boolean ;
485
488
} | undefined ;
486
489
activeBackgroundColor ?: string | undefined ;
487
- useNative ?: boolean | undefined ;
490
+ useNative ?: boolean | undefined ; /**
491
+ * Text to show inside the button
492
+ */
488
493
customValue ?: any ;
489
494
ref ?: any ;
495
+ 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 ;
490
496
} & import ( "../../commons/modifiers" ) . CustomModifier & Partial < Record < "black" | "white" | "dark10" | "dark20" | "dark30" | "dark40" | "dark50" | "dark60" | "dark70" | "dark80" | "grey10" | "grey20" | "grey30" | "grey40" | "grey50" | "grey60" | "grey70" | "grey80" | "blue10" | "blue20" | "blue30" | "blue40" | "blue50" | "blue60" | "blue70" | "blue80" | "cyan10" | "cyan20" | "cyan30" | "cyan40" | "cyan50" | "cyan60" | "cyan70" | "cyan80" | "green10" | "green20" | "green30" | "green40" | "green50" | "green60" | "green70" | "green80" | "yellow10" | "yellow20" | "yellow30" | "yellow40" | "yellow50" | "yellow60" | "yellow70" | "yellow80" | "orange10" | "orange20" | "orange30" | "orange40" | "orange50" | "orange60" | "orange70" | "orange80" | "red10" | "red20" | "red30" | "red40" | "red50" | "red60" | "red70" | "red80" | "purple10" | "purple20" | "purple30" | "purple40" | "purple50" | "purple60" | "purple70" | "purple80" | "violet10" | "violet20" | "violet30" | "violet40" | "violet50" | "violet60" | "violet70" | "violet80" , boolean > > & {
491
497
/**
492
498
* Text to show inside the button
@@ -624,17 +630,20 @@ declare const _default: React.ComponentClass<(import("react-native").TouchableOp
624
630
animateTo ?: AnimationDirection | undefined ;
625
631
} & {
626
632
useCustomTheme ?: boolean | undefined ;
627
- } ) | ( import ( "react-native" ) . TouchableOpacityProps & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
633
+ } ) | ( Pick < import ( "react-native" ) . TouchableOpacityProps , "testID" | "hitSlop" | "onLayout" | "hasTVPreferredFocus" | "tvParallaxProperties" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityStates" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityComponentType" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityTraits" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "disabled" | "onPress" | "onLongPress" | "activeOpacity" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" > & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
628
634
backgroundColor ?: string | undefined ;
629
635
throttleTime ?: number | undefined ;
630
636
throttleOptions ?: {
631
637
leading : boolean ;
632
638
trailing : boolean ;
633
639
} | undefined ;
634
640
activeBackgroundColor ?: string | undefined ;
635
- useNative ?: boolean | undefined ;
641
+ useNative ?: boolean | undefined ; /**
642
+ * Text to show inside the button
643
+ */
636
644
customValue ?: any ;
637
645
ref ?: any ;
646
+ 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 ;
638
647
} & Partial < Record < "text10" | "text20" | "text30" | "text40" | "text50" | "text60" | "text65" | "text70" | "text80" | "text90" | "text100" | "text10T" | "text10L" | "text10R" | "text10M" | "text10BO" | "text10H" | "text10BL" | "text20T" | "text20L" | "text20R" | "text20M" | "text20BO" | "text20H" | "text20BL" | "text30T" | "text30L" | "text30R" | "text30M" | "text30BO" | "text30H" | "text30BL" | "text40T" | "text40L" | "text40R" | "text40M" | "text40BO" | "text40H" | "text40BL" | "text50T" | "text50L" | "text50R" | "text50M" | "text50BO" | "text50H" | "text50BL" | "text60T" | "text60L" | "text60R" | "text60M" | "text60BO" | "text60H" | "text60BL" | "text65T" | "text65L" | "text65R" | "text65M" | "text65BO" | "text65H" | "text65BL" | "text70T" | "text70L" | "text70R" | "text70M" | "text70BO" | "text70H" | "text70BL" | "text80T" | "text80L" | "text80R" | "text80M" | "text80BO" | "text80H" | "text80BL" | "text90T" | "text90L" | "text90R" | "text90M" | "text90BO" | "text90H" | "text90BL" | "text100T" | "text100L" | "text100R" | "text100M" | "text100BO" | "text100H" | "text100BL" , boolean > > & import ( "../../commons/modifiers" ) . CustomModifier & {
639
648
/**
640
649
* Text to show inside the button
@@ -772,17 +781,20 @@ declare const _default: React.ComponentClass<(import("react-native").TouchableOp
772
781
animateTo ?: AnimationDirection | undefined ;
773
782
} & {
774
783
useCustomTheme ?: boolean | undefined ;
775
- } ) | ( import ( "react-native" ) . TouchableOpacityProps & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
784
+ } ) | ( Pick < import ( "react-native" ) . TouchableOpacityProps , "testID" | "hitSlop" | "onLayout" | "hasTVPreferredFocus" | "tvParallaxProperties" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityStates" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityComponentType" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityTraits" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "disabled" | "onPress" | "onLongPress" | "activeOpacity" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" > & Partial < Record < import ( "../../commons/modifiers" ) . AlignmentLiterals , boolean > > & Partial < Record < import ( "../../commons/modifiers" ) . PositionLiterals , boolean > > & Partial < Record < "padding" | "paddingL" | "paddingT" | "paddingR" | "paddingB" | "paddingH" | "paddingV" , boolean > > & Partial < Record < "margin" | "marginL" | "marginT" | "marginR" | "marginB" | "marginH" | "marginV" , boolean > > & Partial < Record < "flex" | "flexG" | "flexS" , boolean > > & Partial < Record < "br0" | "br10" | "br20" | "br30" | "br40" | "br50" | "br60" | "br100" , boolean > > & Partial < Record < "bg" , boolean > > & {
776
785
backgroundColor ?: string | undefined ;
777
786
throttleTime ?: number | undefined ;
778
787
throttleOptions ?: {
779
788
leading : boolean ;
780
789
trailing : boolean ;
781
790
} | undefined ;
782
791
activeBackgroundColor ?: string | undefined ;
783
- useNative ?: boolean | undefined ;
792
+ useNative ?: boolean | undefined ; /**
793
+ * Text to show inside the button
794
+ */
784
795
customValue ?: any ;
785
796
ref ?: any ;
797
+ 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 ;
786
798
} & Partial < Record < "text10" | "text20" | "text30" | "text40" | "text50" | "text60" | "text65" | "text70" | "text80" | "text90" | "text100" | "text10T" | "text10L" | "text10R" | "text10M" | "text10BO" | "text10H" | "text10BL" | "text20T" | "text20L" | "text20R" | "text20M" | "text20BO" | "text20H" | "text20BL" | "text30T" | "text30L" | "text30R" | "text30M" | "text30BO" | "text30H" | "text30BL" | "text40T" | "text40L" | "text40R" | "text40M" | "text40BO" | "text40H" | "text40BL" | "text50T" | "text50L" | "text50R" | "text50M" | "text50BO" | "text50H" | "text50BL" | "text60T" | "text60L" | "text60R" | "text60M" | "text60BO" | "text60H" | "text60BL" | "text65T" | "text65L" | "text65R" | "text65M" | "text65BO" | "text65H" | "text65BL" | "text70T" | "text70L" | "text70R" | "text70M" | "text70BO" | "text70H" | "text70BL" | "text80T" | "text80L" | "text80R" | "text80M" | "text80BO" | "text80H" | "text80BL" | "text90T" | "text90L" | "text90R" | "text90M" | "text90BO" | "text90H" | "text90BL" | "text100T" | "text100L" | "text100R" | "text100M" | "text100BO" | "text100H" | "text100BL" , boolean > > & Partial < Record < "black" | "white" | "dark10" | "dark20" | "dark30" | "dark40" | "dark50" | "dark60" | "dark70" | "dark80" | "grey10" | "grey20" | "grey30" | "grey40" | "grey50" | "grey60" | "grey70" | "grey80" | "blue10" | "blue20" | "blue30" | "blue40" | "blue50" | "blue60" | "blue70" | "blue80" | "cyan10" | "cyan20" | "cyan30" | "cyan40" | "cyan50" | "cyan60" | "cyan70" | "cyan80" | "green10" | "green20" | "green30" | "green40" | "green50" | "green60" | "green70" | "green80" | "yellow10" | "yellow20" | "yellow30" | "yellow40" | "yellow50" | "yellow60" | "yellow70" | "yellow80" | "orange10" | "orange20" | "orange30" | "orange40" | "orange50" | "orange60" | "orange70" | "orange80" | "red10" | "red20" | "red30" | "red40" | "red50" | "red60" | "red70" | "red80" | "purple10" | "purple20" | "purple30" | "purple40" | "purple50" | "purple60" | "purple70" | "purple80" | "violet10" | "violet20" | "violet30" | "violet40" | "violet50" | "violet60" | "violet70" | "violet80" , boolean > > & {
787
799
/**
788
800
* Text to show inside the button
0 commit comments