react-cookie-law icon indicating copy to clipboard operation
react-cookie-law copied to clipboard

TypeScript support

Open ilgarm opened this issue 3 years ago • 1 comments

Hi! Will it be possible to add support for TS? Thank you!

ilgarm avatar Apr 25 '21 23:04 ilgarm

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.

tomhalley avatar Jun 15 '22 23:06 tomhalley