react-cookie-law
react-cookie-law copied to clipboard
TypeScript support
Hi! Will it be possible to add support for TS? Thank you!
If it's just the TypeScript error for missing types you want to remove, add declare module "@palmabit/react-cookie-law";
to your react-app-env.d.ts
.