UNPKG

betabounty-sdk

Version:

BetaBounty SDK for integrating user testing widgets into web applications

8 lines (7 loc) 300 B
interface ScreenRecordingReminderProps { bountyTitle: string; onStartTesting: () => void; onCancel: () => void; } export declare function ScreenRecordingReminder({ bountyTitle, onStartTesting, onCancel }: ScreenRecordingReminderProps): import("react/jsx-runtime").JSX.Element; export {};