version bump and build

This commit is contained in:
2019-05-03 12:07:12 +02:00
parent 8aef083015
commit 5a807f884b
2 changed files with 2 additions and 1 deletions

1
build/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;
}