UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

5 lines (4 loc) 158 B
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model'; export declare const toJSON: (node: PMNode) => { attrs: Record<string, any>; };