mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
fixed typings, my bad!
This commit is contained in:
parent
51e0c9949c
commit
959412c96b
2
build/index.d.ts
vendored
2
build/index.d.ts
vendored
@ -17,7 +17,7 @@ export interface CookieConsentProps {
|
||||
cookieName?: string;
|
||||
cookieValue?: string | boolean | number;
|
||||
declineCookieValue?: string | boolean | number;
|
||||
setDeclineCookie?: PropTypes.bool;
|
||||
setDeclineCookie?: boolean;
|
||||
debug?: boolean;
|
||||
expires?: number;
|
||||
containerClasses?: string;
|
||||
|
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -17,7 +17,7 @@ export interface CookieConsentProps {
|
||||
cookieName?: string;
|
||||
cookieValue?: string | boolean | number;
|
||||
declineCookieValue?: string | boolean | number;
|
||||
setDeclineCookie?: PropTypes.bool;
|
||||
setDeclineCookie?: boolean;
|
||||
debug?: boolean;
|
||||
expires?: number;
|
||||
containerClasses?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user