UNPKG

amplify-material-ui

Version:

A Material-UI based implementation of aws amplify

8 lines (7 loc) 205 B
import * as React from 'react'; export interface RecaptchaProps { sitekey: string; action: string; onToken: (token: string) => void; } export declare const Recaptcha: React.FC<RecaptchaProps>;