UNPKG

rn-customize-avatar

Version:

This package is inspired by whatsapp, instagram custom avatar. You can customize your own avatar and use as a profile in your project

12 lines (9 loc) 379 B
import {CommonProps} from '../../common/types'; import * as React from 'react'; import {AdventurerNeutralType} from '../utils/types'; interface AdventureNeutralProps { defaultAvatar?: AdventurerNeutralType; backgroundColorList?: Array<string>; } declare const AdventureNeutral: React.FunctionComponent<AdventureNeutralProps & CommonProps>; export default AdventureNeutral;