Skip to content

Commit c92669e

Browse files
committed
Update generated types
1 parent 28b7f58 commit c92669e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

generatedTypes/components/card/index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ declare const _default: React.ComponentClass<ViewPropTypes & Pick<import("react-
7171
} | undefined;
7272
activeBackgroundColor?: string | undefined;
7373
useNative?: boolean | undefined;
74-
customValue?: any; /**
75-
* card custom height
76-
*/
74+
customValue?: any;
7775
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;
7876
onPress?: ((props: TouchableOpacityProps) => void) | undefined;
7977
} & {

generatedTypes/components/expandableSection/index.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
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-
*/
72
export declare type ExpandableSectionProps = {
83
/**
94
* expandableSection header element

0 commit comments

Comments
 (0)