UNPKG

@atlaskit/adf-schema

Version:

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

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