release 7.5.0

This commit is contained in:
2022-06-18 14:30:02 +02:00
parent ecb5f30a7c
commit d8993bead2
5 changed files with 6 additions and 5 deletions

1
build/index.d.ts vendored
View File

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

File diff suppressed because one or more lines are too long