mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-04-05 23:12:55 +02:00
Fix the TypeScript definition of some properties (#143)
This commit is contained in:
parent
775ec9db96
commit
ab046db1e8
4
src/index.d.ts
vendored
4
src/index.d.ts
vendored
@ -42,8 +42,8 @@ export interface CookieConsentProps {
|
|||||||
ariaDeclineLabel?: string;
|
ariaDeclineLabel?: string;
|
||||||
acceptOnScroll?: boolean;
|
acceptOnScroll?: boolean;
|
||||||
acceptOnScrollPercentage?: number;
|
acceptOnScrollPercentage?: number;
|
||||||
customContentAttributes: object;
|
customContentAttributes?: object;
|
||||||
customContainerAttributes: object;
|
customContainerAttributes?: object;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}
|
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user