File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
generatedTypes/components Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,7 @@ declare const _default: React.ComponentClass<ViewPropTypes & Pick<import("react-
71
71
} | undefined ;
72
72
activeBackgroundColor ?: string | undefined ;
73
73
useNative ?: boolean | undefined ;
74
- customValue ?: any ; /**
75
- * card custom height
76
- */
74
+ customValue ?: any ;
77
75
style ?: false | ViewStyle | import ( "react-native" ) . RegisteredStyle < ViewStyle > | import ( "react-native" ) . RecursiveArray < false | ViewStyle | import ( "react-native" ) . RegisteredStyle < ViewStyle > | null | undefined > | Animated . AnimatedProps < ViewStyle > | Animated . AnimatedProps < import ( "react-native" ) . RegisteredStyle < ViewStyle > > | Animated . AnimatedProps < import ( "react-native" ) . RecursiveArray < false | ViewStyle | import ( "react-native" ) . RegisteredStyle < ViewStyle > | null | undefined > > | null | undefined ;
78
76
onPress ?: ( ( props : TouchableOpacityProps ) => void ) | undefined ;
79
77
} & {
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- /**
3
- * @description : ExpandableSection component to render expanded section below or above the sectionHeader
4
- * @gif : https://media.giphy.com/media/uCGZ92nZPdBOmF1H1z/giphy.gif, https://media.giphy.com/media/0VIh41mkSl8omS49oD/giphy.gif
5
- * @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ExpandableSectionScreen.tsx
6
- */
7
2
export declare type ExpandableSectionProps = {
8
3
/**
9
4
* expandableSection header element
You can’t perform that action at this time.
0 commit comments