dd/node_modules/prosemirror-state/src/index.ts
2026-06-14 15:46:45 +08:00

8 lines
305 B
TypeScript

export {Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, SelectionBookmark} from "./selection"
export {Transaction, Command} from "./transaction"
export {EditorState, EditorStateConfig} from "./state"
export {Plugin, PluginKey, PluginSpec, StateField, PluginView} from "./plugin"