@prosekit/pm
v0.1.9
Published
This package provides a convenient way to install all the core ProseMirror packages at once. It simply re-exports the following packages:
Downloads
13,036
Readme
@prosekit/pm
This package provides a convenient way to install all the core ProseMirror packages at once. It simply re-exports the following packages:
| Entry points | Package |
| ------------------------- | -------------------------------------------------------------------------------- |
| @prosekit/pm/model
| prosemirror-model
|
| @prosekit/pm/state
| prosemirror-state
|
| @prosekit/pm/view
| prosemirror-view
|
| @prosekit/pm/transform
| prosemirror-transform
|
| @prosekit/pm/commands
| prosemirror-commands
|
| @prosekit/pm/keymap
| prosemirror-keymap
|
| @prosekit/pm/inputrules
| prosemirror-inputrules
|
You can import the individual packages using the entry points listed above. For example, to import the Schema
from prosemirror-model
package, you can do:
import { Schema } from '@prosekit/pm/model'