UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

5 lines (4 loc) 200 B
/* eslint-disable @atlaskit/editor/no-re-export */ // Entry file in package.json import { PluginKey } from '@atlaskit/editor-prosemirror/state'; export const pluginKey = new PluginKey('tablePlugin');