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

This commit is contained in:
2019-02-26 13:27:13 +01:00
parent ee24754fc8
commit 969da3c809
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, {}> {}