@atlaskit/editor-plugin-base
Version:
Base plugin for @atlaskit/editor-core
6 lines (5 loc) • 345 B
TypeScript
import basePlugin from './basePlugin';
import type { BasePlugin, BasePluginOptions, BasePluginState, Callback } from './basePluginType';
import type { ScrollGutterPluginOptions } from './pm-plugins/scroll-gutter/plugin';
export { basePlugin };
export type { BasePlugin, BasePluginState, BasePluginOptions, ScrollGutterPluginOptions, Callback };