mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-04-04 22:42:59 +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;
|
||||
acceptOnScroll?: boolean;
|
||||
acceptOnScrollPercentage?: number;
|
||||
customContentAttributes: object;
|
||||
customContainerAttributes: object;
|
||||
customContentAttributes?: object;
|
||||
customContainerAttributes?: object;
|
||||
}
|
||||
|
||||
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user