UNPKG

@atlaskit/adf-schema

Version:

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

8 lines (7 loc) 158 B
/** * @name text_node */ export const text = { group: 'inline', toDebugString: process.env.NODE_ENV !== 'production' ? undefined : () => 'text_node' };