release 7.1.1

This commit is contained in:
2021-12-20 17:35:57 +01:00
parent 712adf9c5b
commit 086558f463
4 changed files with 8 additions and 4 deletions

4
build/index.d.ts vendored
View File

@@ -42,8 +42,8 @@ export interface CookieConsentProps {
ariaDeclineLabel?: string;
acceptOnScroll?: boolean;
acceptOnScrollPercentage?: number;
customContentAttributes: object;
customContainerAttributes: object;
customContentAttributes?: object;
customContainerAttributes?: object;
}
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}