release 7.3.0

This commit is contained in:
2022-02-08 17:13:48 +01:00
parent 541194819b
commit 57dbfbbbd5
5 changed files with 6 additions and 5 deletions

1
build/index.d.ts vendored
View File

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

File diff suppressed because one or more lines are too long