@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
8 lines • 412 B
JavaScript
import { pluginFactory } from '@atlaskit/editor-common/utils';
import { pluginKey } from './plugin-key';
import { reducer } from './reducer';
var _pluginFactory = pluginFactory(pluginKey, reducer),
createPluginState = _pluginFactory.createPluginState,
createCommand = _pluginFactory.createCommand,
getPluginState = _pluginFactory.getPluginState;
export { createPluginState, createCommand, getPluginState };