export const emptyParagraphBlock = { nodes: [ { kind: 'block', type: 'paragraph', nodes: [{ kind: 'text', ranges: [{ text: '' }] }] } ] };