This commit is contained in:
Andy Hanson
2017-06-01 08:09:45 -07:00
parent eb3a44db52
commit 0608dfc474

View File

@@ -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;
}