File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
generatedTypes/components/button Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export declare type ButtonPropTypes = TouchableOpacityProps & TypographyModifier
24
24
*/
25
25
color ?: string ;
26
26
/**
27
- * Icon image source
27
+ * Icon image source or a callback function that returns a source
28
28
*/
29
29
iconSource ?: object | number | Function ;
30
30
/**
@@ -358,7 +358,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
358
358
*/
359
359
color ?: string | undefined ;
360
360
/**
361
- * Icon image source
361
+ * Icon image source or a callback function that returns a source
362
362
*/
363
363
iconSource ?: number | object | Function | undefined ;
364
364
/**
@@ -515,7 +515,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
515
515
*/
516
516
color ?: string | undefined ;
517
517
/**
518
- * Icon image source
518
+ * Icon image source or a callback function that returns a source
519
519
*/
520
520
iconSource ?: number | object | Function | undefined ;
521
521
/**
@@ -672,7 +672,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
672
672
*/
673
673
color ?: string | undefined ;
674
674
/**
675
- * Icon image source
675
+ * Icon image source or a callback function that returns a source
676
676
*/
677
677
iconSource ?: number | object | Function | undefined ;
678
678
/**
@@ -829,7 +829,7 @@ declare const _default: React.ComponentClass<(Pick<import("react-native").Toucha
829
829
*/
830
830
color ?: string | undefined ;
831
831
/**
832
- * Icon image source
832
+ * Icon image source or a callback function that returns a source
833
833
*/
834
834
iconSource ?: number | object | Function | undefined ;
835
835
/**
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export type ButtonPropTypes = TouchableOpacityProps &
46
46
*/
47
47
color ?: string ;
48
48
/**
49
- * Icon image source
49
+ * Icon image source or a callback function that returns a source
50
50
*/
51
51
iconSource ?: object | number | Function ;
52
52
/**
You can’t perform that action at this time.
0 commit comments