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

Properties

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