UNPKG

react-native-playful-avatar

Version:
7 lines 321 B
import { AVATAR_ELEMENTS } from './contants'; import PlayfulAvatar from './PlayfulAvatar'; import PlayfulElement from './PlayfulElement'; export { PlayfulAvatar, PlayfulElement, AVATAR_ELEMENTS }; export { genUserConfigBySeed } from './utils/avatarUtils'; export type * from './types'; //# sourceMappingURL=index.d.ts.map