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 297 B
import React from 'react'; import { FeedbackConfig } from '../types'; interface FeedbackModalProps { isOpen: boolean; onClose: () => void; config: FeedbackConfig; } export declare const FeedbackModal: React.FC<FeedbackModalProps>; export {}; //# sourceMappingURL=FeedbackModal.d.ts.map