Skip to content

Commit 8686dc8

Browse files
authored
update docs (#1020)
1 parent aa7077c commit 8686dc8

File tree

1 file changed

+5
-0
lines changed
  • generatedTypes/components/expandableSection

1 file changed

+5
-0
lines changed

generatedTypes/components/expandableSection/index.d.ts

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

0 commit comments

Comments
 (0)