mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-09-10 02:15:18 +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;
|
||||
disableStyles?: boolean;
|
||||
hideOnAccept?: boolean;
|
||||
hideOnDecline?: boolean;
|
||||
onAccept?: (acceptedByScrolling?: boolean) => void;
|
||||
onDecline?: Function;
|
||||
buttonText?: Function | React.ReactNode;
|
||||
|
Reference in New Issue
Block a user