UNPKG

react-native-feedback-hub

Version:

React Native feedback SDK with Slack, Jira, Discord and Microsoft Teams integration

10 lines 354 B
import React from 'react'; interface AttachmentPreviewProps { screenshotUri?: string | null; recordingUri?: string | null; onRemoveScreenshot?: () => void; onRemoveRecording?: () => void; } declare const _default: React.NamedExoticComponent<AttachmentPreviewProps>; export default _default; //# sourceMappingURL=AttachmentPreview.d.ts.map