Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 290 Bytes

File metadata and controls

2 lines (2 loc) · 290 Bytes

shuvo121325-gmail.com

// utils/captcha.ts import HCaptcha from '@hcaptcha/react-hcaptcha'; export default HCaptcha; // MyFormComponent.tsx import { default as RenamedCaptcha } from '../utils/captcha'; <FormComponent> <RenamedCaptcha sitekey="your-sitekey" /> </FormComponent>