UNPKG
vue3-recaptcha-v2
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
reCAPTCHA for Vue3 : CompositionAPI, Types
dongkyuuuu/vue3-recaptcha-v2
vue3-recaptcha-v2
/
dist
/
composables
/
useInstall.d.ts
6 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
InstallOptions
}
from
"../types"
;
export
declare
const
useInstall
:
() =>
{
options
:
InstallOptions
;
handleGenerateScript
:
(
language
?:
string
) =>
void
; };