mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
Fixes typo with component config
This commit is contained in:
parent
3cf103ae3a
commit
d7bfb5bfbd
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -2,7 +2,7 @@ import * as React from "react";
|
|||||||
import Cookies from "js-cookie";
|
import Cookies from "js-cookie";
|
||||||
|
|
||||||
export interface CookieConsentProps {
|
export interface CookieConsentProps {
|
||||||
samesite?: "strict" | "lax" | "none";
|
sameSite?: "strict" | "lax" | "none";
|
||||||
location?: "top" | "bottom" | "none";
|
location?: "top" | "bottom" | "none";
|
||||||
style?: object;
|
style?: object;
|
||||||
buttonStyle?: object;
|
buttonStyle?: object;
|
||||||
|
Loading…
Reference in New Issue
Block a user