UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

7 lines (6 loc) 149 B
export interface CustomCardAvatarProps { url: string; className?: string; children?: React.ReactNode; style?: React.CSSProperties; }