interface Styles {
    borderWidth?: number;
    backgroundColor?: string;
    borderColor?: string;
    borderRadius?: number;
    textColor?: string;
    fontSize?: number;
    placeholderColor?: string;
    cursorColor?: string;
    textErrorColor?: string;
    fontFamily?: string;
}

Properties

borderWidth?: number
backgroundColor?: string
borderColor?: string
borderRadius?: number
textColor?: string
fontSize?: number
placeholderColor?: string
cursorColor?: string
textErrorColor?: string
fontFamily?: string
MMNEPVFCICPMFPCPTTAAATR