UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 206 B
import type { MarkSpec } from '@atlaskit/editor-prosemirror/model'; /** * @name underline_mark */ export interface UnderlineDefinition { type: 'underline'; } export declare const underline: MarkSpec;