UNPKG

@contentful/rich-text-types

Version:

Type definitions and constants for the Contentful rich text field type.

20 lines (19 loc) 422 B
import { BLOCKS } from './blocks.mjs'; export var EMPTY_DOCUMENT = { nodeType: BLOCKS.DOCUMENT, data: {}, content: [ { nodeType: BLOCKS.PARAGRAPH, data: {}, content: [ { nodeType: 'text', value: '', marks: [], data: {} } ] } ] };