UNPKG

@atlaskit/editor-plugin-code-bidi-warning

Version:

Code bidi warning plugin for @atlaskit/editor-core.

6 lines (5 loc) 398 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import type { EditorAppearance, PMPluginFactoryParams } from '@atlaskit/editor-common/types'; export declare const createPlugin: ({ dispatch, getIntl, nodeViewPortalProviderAPI }: PMPluginFactoryParams, { appearance }: { appearance?: EditorAppearance | undefined; }) => SafePlugin<import("./types").CodeBidiWarningPluginState>;