UNPKG

react-recaptcha-hook

Version:
6 lines (5 loc) 138 B
import * as React from 'react'; export interface BadgeProps { [key: string]: any; } export declare const Badge: React.FC<BadgeProps>;