Merge pull request #40 from csoLs/master

Add flipButtons to ts definition
This commit is contained in:
Rick van Lieshout 2019-05-03 11:53:35 +02:00 committed by GitHub
commit 8aef083015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
src/index.d.ts vendored
View File

@ -30,6 +30,7 @@ export interface CookieConsentProps {
extraCookieOptions?: object;
disableButtonStyles?: boolean;
enableDeclineButton?: boolean;
flipButtons?: boolean;
ButtonComponent?: Function | React.ReactElement;
}