UNPKG

@atlaskit/adf-schema

Version:

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

10 lines (9 loc) 180 B
/** * @name text_node */ export var text = { group: 'inline', toDebugString: process.env.NODE_ENV !== 'production' ? undefined : function () { return 'text_node'; } };