diff --git a/src/index.d.ts b/src/index.d.ts index fa67e8a..b63e92d 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -13,6 +13,7 @@ export interface CookieConsentProps { children?: React.ReactNode; disableStyles?: boolean; hideOnAccept?: boolean; + hideOnDecline?: boolean; onAccept?: (acceptedByScrolling?: boolean) => void; onDecline?: Function; buttonText?: Function | React.ReactNode;