mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Fix lint
This commit is contained in:
Vendored
+1
-1
@@ -19,7 +19,7 @@ interface RecaptchaProps {
|
||||
tabindex?: string;
|
||||
theme?: "dark" | "light";
|
||||
type?: string;
|
||||
verifyCallback?(response:string): any;
|
||||
verifyCallback?(response: string): any;
|
||||
verifyCallbackName?: string;
|
||||
sitekey?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user