mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
Merge pull request #40 from csoLs/master
Add flipButtons to ts definition
This commit is contained in:
commit
8aef083015
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user