interface TextFieldProps {
    borderColor?: string;
    borderWidth?: number;
    borderRadius?: number;
    textColor?: string;
    textFontSize?: number;
}

Properties

borderColor?: string
borderWidth?: number
borderRadius?: number
textColor?: string
textFontSize?: number
MMNEPVFCICPMFPCPTTAAATR