UNPKG

@atlaskit/adf-schema

Version:

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

6 lines (5 loc) 167 B
import type { Mark } from '@atlaskit/editor-prosemirror/model'; export declare const toJSON: (mark: Mark) => { attrs: Record<string, string>; type: string; };