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:

9 lines (8 loc) 212 B
// src/model.ts export * from "prosemirror-model"; import { Node } from "prosemirror-model"; import { Fragment } from "prosemirror-model"; export { Fragment as ProseMirrorFragment, Node as ProseMirrorNode };