UNPKG

@sentry/react-native

Version:
11 lines (10 loc) 521 B
import type { Integration } from '@sentry/core'; import type { FeedbackWidgetProps } from './FeedbackWidget.types'; export declare const MOBILE_FEEDBACK_INTEGRATION_NAME = "MobileFeedback"; type FeedbackIntegration = Integration & { options: Partial<FeedbackWidgetProps>; }; export declare const feedbackIntegration: (initOptions?: FeedbackWidgetProps) => FeedbackIntegration; export declare const getFeedbackOptions: () => Partial<FeedbackWidgetProps>; export {}; //# sourceMappingURL=integration.d.ts.map