UNPKG

@atlaskit/adf-schema

Version:

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

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