Add flipButtons to ts definition

This commit is contained in:
csoLs 2019-05-03 10:47:55 +02:00
parent ce0d7e2b0c
commit 34ac530629

1
src/index.d.ts vendored
View File

@ -30,6 +30,7 @@ export interface CookieConsentProps {
extraCookieOptions?: object;
disableButtonStyles?: boolean;
enableDeclineButton?: boolean;
flipButtons?: boolean;
ButtonComponent?: Function | React.ReactElement;
}