release 7.6.0

This commit is contained in:
2022-07-26 14:46:46 +02:00
parent d7fce12ea4
commit c6799ea446
4 changed files with 5 additions and 4 deletions

1
build/index.d.ts vendored
View File

@@ -49,6 +49,7 @@ export interface CookieConsentProps {
customContainerAttributes?: object;
customButtonProps?: object;
customDeclineButtonProps?: object;
customButtonWrapperAttributes?: React.HTMLAttributes<HTMLDivElement>;
}
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}

File diff suppressed because one or more lines are too long