Merge branch 'master' of github.com:Mastermindzh/react-cookie-consent into develop

This commit is contained in:
2019-08-12 18:41:01 +02:00
5 changed files with 8 additions and 5 deletions

1
build/index.d.ts vendored
View File

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