UNPKG

@atlaskit/editor-plugin-feedback-dialog

Version:

Feedback dialog plugin for @atlaskit/editor-core

5 lines (4 loc) 295 B
import type { FeedbackInfo } from '@atlaskit/editor-common/types'; import type { FeedbackDialogPlugin } from './feedbackDialogPluginType'; export declare const openFeedbackDialog: (feedbackInfo?: FeedbackInfo) => Promise<number>; export declare const feedbackDialogPlugin: FeedbackDialogPlugin;