release 7.2.1

This commit is contained in:
2021-12-28 12:10:14 +01:00
parent 413abc7fd8
commit 91d86af611
6 changed files with 11 additions and 793 deletions

1
build/index.d.ts vendored
View File

@@ -13,6 +13,7 @@ export interface CookieConsentProps {
children?: React.ReactNode;
disableStyles?: boolean;
hideOnAccept?: boolean;
hideOnDecline?: boolean;
onAccept?: (acceptedByScrolling?: boolean) => void;
onDecline?: Function;
buttonText?: Function | React.ReactNode;

File diff suppressed because one or more lines are too long