UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 172 B
import { MarkSpec } from 'prosemirror-model'; /** * @name strong_mark */ export interface StrongDefinition { type: 'strong'; } export declare const strong: MarkSpec;