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) 331 B
import * as React from 'react'; import {CommonProps} from '../../common/types'; import {CroodlesTypes} from '../utils/types'; interface CroodlesProps { defaultAvatar?: CroodlesTypes; backgroundColorList?: Array<string>; } declare const Croodles: React.FunctionComponent<CroodlesProps & CommonProps>; export default Croodles;