Skip to content

Commit eca87d0

Browse files
authored
update example pages docs (#1662)
1 parent 6305921 commit eca87d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chipsInput/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ type OwnProps = ChipsInputProps & BaseComponentInjectedProps;
121121
* @description: Chips input component
122122
* @modifiers: Typography
123123
* @gif: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/ChipsInput/ChipsInput.gif?raw=true
124-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.js
124+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.tsx
125125
* @extends: TextField
126126
*/
127127
class ChipsInput extends Component<OwnProps, State> {

0 commit comments

Comments
 (0)