Skip to content

Commit

Permalink
refactor(richtext-lexical): export JSXConverter type (#9815)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr authored Dec 8, 2024
1 parent e236c28 commit 7599ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/richtext-lexical/src/exports/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export { UploadJSXConverter } from './components/RichText/converter/converters/u
export { defaultJSXConverters } from './components/RichText/converter/defaultConverters.js'
export { convertLexicalNodesToJSX } from './components/RichText/converter/index.js'
export type {
JSXConverter,
JSXConverters,
SerializedLexicalNodeWithParent,
} from './components/RichText/converter/types.js'
Expand Down

0 comments on commit 7599ede

Please sign in to comment.