UNPKG

@prosekit/pm

Version:

This package provides a convenient way to install all the core ProseMirror packages at once. It simply re-exports the following packages:

7 lines (6 loc) 137 B
// src/state.ts export * from "prosemirror-state"; import { Plugin } from "prosemirror-state"; export { Plugin as ProseMirrorPlugin };