mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
Add ButtonWrapperClass from v4 to type definition (#80)
This commit is contained in:
parent
a56e806ee2
commit
5910a110ce
@ -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/),
|
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).
|
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]
|
## [5.1.2]
|
||||||
|
|
||||||
### changed
|
### changed
|
||||||
|
1
src/index.d.ts
vendored
1
src/index.d.ts
vendored
@ -24,6 +24,7 @@ export interface CookieConsentProps {
|
|||||||
expires?: number;
|
expires?: number;
|
||||||
containerClasses?: string;
|
containerClasses?: string;
|
||||||
contentClasses?: string;
|
contentClasses?: string;
|
||||||
|
buttonWrapperClasses?: string,
|
||||||
buttonClasses?: string;
|
buttonClasses?: string;
|
||||||
declineButtonClasses?: string;
|
declineButtonClasses?: string;
|
||||||
buttonId?: string;
|
buttonId?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user