We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7077c commit 8686dc8Copy full SHA for 8686dc8
generatedTypes/components/expandableSection/index.d.ts
@@ -1,4 +1,9 @@
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
export declare type ExpandableSectionProps = {
8
/**
9
* expandableSection header element
0 commit comments