mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-09-10 10:25:16 +02:00
Compare commits
1 Commits
2a1e52b24a
...
7.2.1
Author | SHA1 | Date | |
---|---|---|---|
|
413abc7fd8 |
1
src/index.d.ts
vendored
1
src/index.d.ts
vendored
@@ -13,6 +13,7 @@ export interface CookieConsentProps {
|
|||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
disableStyles?: boolean;
|
disableStyles?: boolean;
|
||||||
hideOnAccept?: boolean;
|
hideOnAccept?: boolean;
|
||||||
|
hideOnDecline?: boolean;
|
||||||
onAccept?: (acceptedByScrolling?: boolean) => void;
|
onAccept?: (acceptedByScrolling?: boolean) => void;
|
||||||
onDecline?: Function;
|
onDecline?: Function;
|
||||||
buttonText?: Function | React.ReactNode;
|
buttonText?: Function | React.ReactNode;
|
||||||
|
Reference in New Issue
Block a user