mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-02-28 19:14:07 +00:00
added declaration file for react-google-recaptcha
This commit is contained in:
parent
268ea8eb9c
commit
ac7d08ae6c
@ -29,6 +29,7 @@
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/marked": "^4.0.3",
|
||||
"@types/react-recaptcha": "^2.1.0",
|
||||
"@types/react-google-recaptcha-v3": "^1.0.0",
|
||||
"clsx": "^1.1.1",
|
||||
"datocms-structured-text-to-html-string": "^2.0.4",
|
||||
"datocms-structured-text-to-plain-text": "^2.0.4",
|
||||
@ -48,6 +49,7 @@
|
||||
"react-dom": "^18.0.0",
|
||||
"react-fast-marquee": "^1.3.1",
|
||||
"react-google-recaptcha": "^2.1.0",
|
||||
"react-google-recaptcha-v3": "^1.0.0",
|
||||
"react-hook-form": "^7.30.0",
|
||||
"react-mailchimp-subscribe": "^2.1.3",
|
||||
"react-merge-refs": "^1.1.0",
|
||||
|
||||
1
src/ts/react-google-recaptcha.ts
Normal file
1
src/ts/react-google-recaptcha.ts
Normal file
@ -0,0 +1 @@
|
||||
declare module 'react-google-recaptcha'
|
||||
Loading…
Reference in New Issue
Block a user