8 lines
305 B
TypeScript
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"
|