Add ButtonWrapperClass from v4 to type definition (#80)

This commit is contained in:
Benedikt Bauer 2020-07-23 12:44:16 +02:00 committed by GitHub
parent a56e806ee2
commit 5910a110ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [5.1.3]
### changed
- Fix missing buttonWrapperClasses prop in type definition
## [5.1.2]
### changed

1
src/index.d.ts vendored
View File

@ -24,6 +24,7 @@ export interface CookieConsentProps {
expires?: number;
containerClasses?: string;
contentClasses?: string;
buttonWrapperClasses?: string,
buttonClasses?: string;
declineButtonClasses?: string;
buttonId?: string;