@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
19 lines • 472 B
TypeScript
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