UNPKG

@atlaskit/editor-plugin-extension

Version:

editor-plugin-extension plugin for @atlaskit/editor-core

4 lines (3 loc) 137 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; declare const createPlugin: () => SafePlugin; export { createPlugin };