UNPKG

@atlaskit/adf-schema

Version:

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

6 lines 209 B
import { unsupportedMark as unsupportedMarkFactory } from '../../next-schema/generated/markTypes'; export var unsupportedMark = unsupportedMarkFactory({ toDOM: function toDOM() { return ['span']; } });