interface LabelProps {
    headingTextColor?: string;
    textColor?: string;
    textFontSize?: number;
    headingFontSize?: number;
}

Properties

headingTextColor?: string
textColor?: string
textFontSize?: number
headingFontSize?: number
MMNEPVFCICPMFPCPTTAAATR