Revert "reverted PascalCase to camelCase, thanks again for the contribution @charlyx !"

This reverts commit 969da3c809.
This commit is contained in:
2019-02-26 14:01:17 +01:00
parent 49f275b3cd
commit 9baff03191
5 changed files with 12 additions and 12 deletions

2
build/index.d.ts vendored
View File

@@ -23,7 +23,7 @@ export interface CookieConsentProps {
acceptOnScrollPercentage?: number;
extraCookieOptions?: object;
disableButtonStyles ?: boolean;
buttonComponent?: Function | React.ReactElement;
ButtonComponent?: Function | React.ReactElement;
}
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}