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