UNPKG

react-waitlist

Version:

A customizable waitlist form component for React applications

13 lines (12 loc) 588 B
export * from './theme'; export * from './types'; export { EventBus, eventBus } from './events'; export type { WaitlistEventType, WaitlistEventData } from './events'; export * from './validation'; export { generateHoneypotFieldName, getHoneypotStyles, isSuspiciousSubmissionTime, isLikelyBot } from './security'; export * from './webhook'; export * from './animations'; export * from './adapters'; export * from './fonts'; export { loadReCaptchaScript, executeReCaptcha, verifyReCaptchaToken, isReCaptchaEnabled } from './recaptcha'; export type { ReCaptchaResponse } from './recaptcha';