Skip to content

Commit

Permalink
Add ButtonWrapperClass from v4 to type definition (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacheata authored Jul 23, 2020
1 parent a56e806 commit 5910a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface CookieConsentProps {
expires?: number;
containerClasses?: string;
contentClasses?: string;
buttonWrapperClasses?: string,
buttonClasses?: string;
declineButtonClasses?: string;
buttonId?: string;
Expand Down

0 comments on commit 5910a11

Please sign in to comment.