mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-08-23 09:35:04 +02:00
Merge pull request #40 from csoLs/master
Add flipButtons to ts definition
This commit is contained in:
1
src/index.d.ts
vendored
1
src/index.d.ts
vendored
@@ -30,6 +30,7 @@ export interface CookieConsentProps {
|
|||||||
extraCookieOptions?: object;
|
extraCookieOptions?: object;
|
||||||
disableButtonStyles?: boolean;
|
disableButtonStyles?: boolean;
|
||||||
enableDeclineButton?: boolean;
|
enableDeclineButton?: boolean;
|
||||||
|
flipButtons?: boolean;
|
||||||
ButtonComponent?: Function | React.ReactElement;
|
ButtonComponent?: Function | React.ReactElement;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user