HoverState: {
    backgroundColor?: string;
    brightness?: string;
    color?: string;
    cursor?: Cursor;
    shadow?: string;
}

Objeto para estilizar o botão no estado Hover

Type declaration

  • Optional backgroundColor?: string

    Cor de fundo do botão ao passar o mouse no botão

  • Optional brightness?: string

    brilho do botão ao passar o mouse no botão

  • Optional color?: string

    Cor do botão ao passar o mouse no botão

  • Optional cursor?: Cursor

    cursor do botão ao passar o mouse no botão

  • Optional shadow?: string

    Sombra do botão ao passar o mouse no botão

Object

Export

Generated using TypeDoc