We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa84d commit 9370bd2Copy full SHA for 9370bd2
types/index.d.ts
@@ -6,6 +6,11 @@ export interface ReCaptchaOptions {
6
*/
7
hideBadge?: boolean
8
9
+ /**
10
+ * ReCaptcha language (v2)
11
+ */
12
+ language?: string
13
+
14
/**
15
* ReCaptcha mode.
16
@@ -16,6 +21,11 @@ export interface ReCaptchaOptions {
21
17
22
siteKey: string
18
23
24
25
+ * Size of the widget (v2)
26
27
+ size?: 'compact' | 'normal' | 'invisible'
28
19
29
20
30
* Version
31
0 commit comments