Skip to content

Commit

Permalink
refactor(richtext-lexical): export useBlockComponentContext and useIn…
Browse files Browse the repository at this point in the history
…lineBlockComponentContext (#9896)
  • Loading branch information
AlessioGr authored Dec 11, 2024
1 parent b73fc58 commit b83ea84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/richtext-lexical/src/exports/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export { InlineBlockEditButton } from '../../features/blocks/client/componentInl
export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js'
export { InlineBlockLabel } from '../../features/blocks/client/componentInline/components/InlineBlockLabel.js'
export { InlineBlockContainer } from '../../features/blocks/client/componentInline/components/InlineBlockContainer.js'
export { useInlineBlockComponentContext } from '../../features/blocks/client/componentInline/index.js'
export { BlockCollapsible } from '../../features/blocks/client/component/components/BlockCollapsible.js'
export { BlockEditButton } from '../../features/blocks/client/component/components/BlockEditButton.js'
export { BlockRemoveButton } from '../../features/blocks/client/component/components/BlockRemoveButton.js'
export { useBlockComponentContext } from '../../features/blocks/client/component/BlockContent.js'

0 comments on commit b83ea84

Please sign in to comment.