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
/
types
/
index.d.ts
16 lines
(12 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
Vue
from
'vue'
declare
class
VueRecaptcha
extends
Vue
{
sitekey
:
string
theme
?:
string
badge
?:
string
type
?:
string
size
?:
string
tabindex
?:
string
reset
():
void
execute
():
void
}
export
default
VueRecaptcha