Skip to content

Commit

Permalink
Merge pull request #784 from hrobertson/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow authored May 2, 2022
2 parents 891cb20 + d3d82b9 commit f185828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Vue from "vue"

interface Props {
sitekey: string
theme?: string
Expand All @@ -11,7 +13,7 @@ interface Props {
language?: string
}

declare class VueRecaptcha {
declare class VueRecaptcha extends Vue {
$props: Props
execute(): void
reset(): void
Expand Down

0 comments on commit f185828

Please sign in to comment.