Fixes typo with component config

This commit is contained in:
mding5692 2020-05-19 12:06:00 -04:00
parent 3cf103ae3a
commit d7bfb5bfbd

2
src/index.d.ts vendored
View File

@ -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;