UNPKG

react-native-feedback-hub

Version:

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

3 lines 203 B
import { FeedbackPayload, SlackConfig } from '../types/types'; export declare const sendToSlack: (payload: FeedbackPayload, slackConfig: SlackConfig) => Promise<void>; //# sourceMappingURL=slack.d.ts.map