UNPKG

@promokit/react

Version:

React components for PromoKit marketing infrastructure

3 lines (2 loc) 269 B
import { WaitlistProps } from '../types'; export declare function Waitlist({ projectId, apiKey, theme, referralReward, referralCode, customStyles, onSignup, onError, showDetailedErrors, enableRetry, className }: WaitlistProps): import("react/jsx-runtime").JSX.Element;