UNPKG

@atlaskit/adf-schema

Version:

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

11 lines (9 loc) 252 B
import { text as textFactory } from '../../next-schema/generated/nodeTypes'; /** * @name text_node */ export var text = textFactory({ toDebugString: process.env.NODE_ENV !== 'production' ? undefined : function () { return 'text_node'; } });