diff --git a/src/index.d.ts b/src/index.d.ts index 27d571b..83fe353 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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 {}