react-native-country-picker-modal-xkelxmc
Version:
react-native country picker
11 lines (10 loc) • 350 B
TypeScript
import React from 'react';
import { ImageSourcePropType, ImageStyle, StyleProp, ViewStyle } from 'react-native';
interface CloseButtonProps {
style?: StyleProp<ViewStyle>;
imageStyle?: StyleProp<ImageStyle>;
image?: ImageSourcePropType;
onPress?(): void;
}
declare const _default: React.FC<CloseButtonProps>;
export default _default;