UNPKG

@atlaskit/editor-plugin-status

Version:

Status plugin for @atlaskit/editor-core

6 lines (5 loc) 345 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import type { PMPluginFactoryParams } from '@atlaskit/editor-common/types'; import type { StatusPluginOptions } from '../types'; declare const createPlugin: (pmPluginFactoryParams: PMPluginFactoryParams, options?: StatusPluginOptions) => SafePlugin; export default createPlugin;