UNPKG

betabounty-sdk

Version:

BetaBounty SDK for integrating user testing widgets into web applications

3 lines (2 loc) 297 B
import type { BetaBountyWidgetProps } from './BetaBountyWidget'; export declare function ActiveTesting({ session, tasks, issues, notes, onPauseSession, onResumeSession, onCompleteSession, onReportIssue, onTaskComplete, onAddNote }: BetaBountyWidgetProps): import("react/jsx-runtime").JSX.Element;