UNPKG
vue-recaptcha
Version:
beta (2.0.0-beta)
latest (3.0.0-alpha.6)
next (3.0.0-alpha.2)
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
0.0.2
0.0.1
ReCAPTCHA vue component
DanSnow/vue-recaptcha
vue-recaptcha
/
dist
/
head.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./api'
;
declare
const
plugin
:
import
(
"vue"
).
Plugin
<[
import
(
"./api"
).
RecaptchaOptionsInput
]>;
export
{ plugin
as
default
, plugin
as
VueRecaptchaPlugin
};