mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-11-16 00:25:16 +01:00
Revert "reverted PascalCase to camelCase, thanks again for the contribution @charlyx !"
This reverts commit 969da3c809.
This commit is contained in:
2
build/index.d.ts
vendored
2
build/index.d.ts
vendored
@@ -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, {}> {}
|
||||
|
||||
Reference in New Issue
Block a user