File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
packages/richtext-lexical/src Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,12 @@ export function lexicalEditor(props?: LexicalEditorProps): LexicalRichTextAdapte
857
857
export { AlignFeature } from './features/align/server/index.js'
858
858
export { BlockquoteFeature } from './features/blockquote/server/index.js'
859
859
export { BlocksFeature , type BlocksFeatureProps } from './features/blocks/server/index.js'
860
- export { type BlockFields } from './features/blocks/server/nodes/BlocksNode.js'
860
+ export {
861
+ $createServerBlockNode ,
862
+ $isServerBlockNode ,
863
+ type BlockFields ,
864
+ ServerBlockNode ,
865
+ } from './features/blocks/server/nodes/BlocksNode.js'
861
866
862
867
export { LinebreakHTMLConverter } from './features/converters/html/converter/converters/linebreak.js'
863
868
export { ParagraphHTMLConverter } from './features/converters/html/converter/converters/paragraph.js'
You can’t perform that action at this time.
0 commit comments