UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

4 lines (3 loc) 175 B
import { PluginKey } from '@atlaskit/editor-prosemirror/state'; import type { TablePluginState } from '../types'; export declare const pluginKey: PluginKey<TablePluginState>;