Added to add custom properties to the decline button

This commit is contained in:
2022-06-18 14:29:39 +02:00
parent d1c7252546
commit ecb5f30a7c
4 changed files with 11 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ That option would be interesting if you want to allow user to change their conse
| onOverlayClick | function | `() => {}` | allows you to react to a click on the overlay |
| acceptOnOverlayClick | boolean | false | Determines whether the cookies should be accepted after clicking on the overlay |
| customButtonProps | object | `{}` | Allows you to set custom props on the button component |
| customDeclineButtonProps | object | `{}` | Allows you to set custom props on the decline button component |
## Debugging it