UNPKG

react-native-playful-avatar

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