/**
 * Plugin Extensions Index
 * 插件扩展导出
 */

export { History } from './History';
export type { HistoryOptions } from './History';

export { Placeholder } from './Placeholder';
export type { PlaceholderOptions } from './Placeholder';

export { DropCursor } from './DropCursor';
export type { DropCursorOptions } from './DropCursor';

export { GapCursor } from './GapCursor';

export { SlashMenuPlugin, slashMenuPluginKey } from './SlashMenuPlugin';
export type { SlashMenuPluginOptions } from './SlashMenuPlugin';

export { CodeHighlight, codeHighlightPluginKey } from './CodeHighlight';
export type { CodeHighlightOptions } from './CodeHighlight';
