UNPKG

react-avatar-editor-v1

Version:

A React package that provides an easy-to-use avatar editor along with a customizable avatar display component.

5 lines (4 loc) 165 B
import type { AvatarFullConfig } from './../AvatarEditorComponents/AvatarEditor/types'; export interface AvatarListItem extends AvatarFullConfig { id: string; }