UNPKG

@atlaskit/editor-plugin-date

Version:

Date plugin for @atlaskit/editor-core

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