import React from 'react'; import { StyleSheet, View } from 'react-native'; import Chip, { IChip } from './index'; const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'flex-start', padding: 16 } }); export default { title: 'Chip' }; const ChipWrapped = ({ avatar, text, onPress, testID, style }: IChip) => ( ); export const ChipText = () => {}} />; export const ChipWithShortText = () => {}} />; export const ChipWithoutAvatar = () => {}} />; export const ChipWithoutIcon = () => ; export const ChipWithoutAvatarAndIcon = () => ;