7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
import { generateLexicalRichText } from './generateLexicalRichText.js'
|
|
|
|
export const lexicalDocData = {
|
|
title: 'Rich Text',
|
|
lexicalWithBlocks: generateLexicalRichText(),
|
|
}
|