TextFieldStyle: {
    backgroundColor?: string;
    borderAll?: string;
    borderAllRadius?: string;
    shadow?: string;
    textFieldColor?: string;
    textFieldSize?: string;
}

Type declaration

  • Optional backgroundColor?: string

    backgroundColor - Cor de fundo do input.

  • Optional borderAll?: string

    borderAll - Borda do input.

  • Optional borderAllRadius?: string

    borderAllRadius - Borda redonda do input.

  • Optional shadow?: string

    shadow - Sombra do input.

  • Optional textFieldColor?: string

    textFieldColor - Cor do texto do input.

  • Optional textFieldSize?: string

    textFieldSize - Tamanho do texto do input.

Export

Object

Generated using TypeDoc