UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

8 lines (7 loc) 181 B
/// <reference types="react" /> export interface CustomCardAvatarProps { url: string; className?: string; children?: React.ReactNode; style?: React.CSSProperties; }