interface ButtonProps {
    backgroundColor?: string;
    borderRadius?: number;
    textColor?: string;
    textFontSize?: number;
}

Properties

backgroundColor?: string
borderRadius?: number
textColor?: string
textFontSize?: number
MMNEPVFCICPMFPCPTTAAATR