yaver-feedback-react-native 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,2 @@
1
1
  import React from 'react';
2
- /**
3
- * Full-screen modal for composing and sending a feedback report.
4
- * Renders when triggered by shake, floating button, or manual call.
5
- *
6
- * Supports three feedback modes:
7
- * - Live: stream events to the agent as they happen
8
- * - Narrated: record everything, send on stop
9
- * - Batch: dump everything at end (default)
10
- */
11
2
  export declare const FeedbackModal: React.FC;