UNPKG

@inov-ai/feedback-widget

Version:

Modern React feedback widget with surveys, analytics, and Next.js 15 support. Collect user feedback and run surveys in your SaaS applications.

10 lines 325 B
import React from 'react'; import { FeedbackConfig } from '../types'; interface FeedbackButtonProps { onClick: () => void; config: FeedbackConfig; minimized?: boolean; } export declare const FeedbackButton: React.FC<FeedbackButtonProps>; export default FeedbackButton; //# sourceMappingURL=FeedbackButton.d.ts.map