UNPKG

@platformbuilders/react-native-ui

Version:
19 lines 472 B
import React from 'react'; declare type Props = { ref?: any; image?: string; showBorder?: boolean; borderWidth?: number; borderColor?: string; displayCamera?: boolean; size?: number; onPress?: (x: any) => void; onUpload?: (x: any) => any; id: string; accessibility: string; accessibilityLabel?: string; testID?: string; }; declare const Avatar: React.FC<Props>; export default Avatar; //# sourceMappingURL=index.d.ts.map