UNPKG

@atlaskit/adf-schema

Version:

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

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