Interface MiniCardOptions

interface MiniCardOptions {
    initials?: string;
    fontSize?: number;
    customStyle?: CSSProperties;
    imageSource?: string;
    roundedImage?: boolean;
    imageStyle?: CSSProperties;
}

Properties

initials?: string
fontSize?: number
customStyle?: CSSProperties
imageSource?: string
roundedImage?: boolean
imageStyle?: CSSProperties