Skip to content

Commit b83ea84

Browse files
authored
refactor(richtext-lexical): export useBlockComponentContext and useInlineBlockComponentContext (#9896)
1 parent b73fc58 commit b83ea84

File tree

1 file changed

+2
-0
lines changed
  • packages/richtext-lexical/src/exports/client

1 file changed

+2
-0
lines changed

packages/richtext-lexical/src/exports/client/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ export { InlineBlockEditButton } from '../../features/blocks/client/componentInl
136136
export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js'
137137
export { InlineBlockLabel } from '../../features/blocks/client/componentInline/components/InlineBlockLabel.js'
138138
export { InlineBlockContainer } from '../../features/blocks/client/componentInline/components/InlineBlockContainer.js'
139+
export { useInlineBlockComponentContext } from '../../features/blocks/client/componentInline/index.js'
139140
export { BlockCollapsible } from '../../features/blocks/client/component/components/BlockCollapsible.js'
140141
export { BlockEditButton } from '../../features/blocks/client/component/components/BlockEditButton.js'
141142
export { BlockRemoveButton } from '../../features/blocks/client/component/components/BlockRemoveButton.js'
143+
export { useBlockComponentContext } from '../../features/blocks/client/component/BlockContent.js'

0 commit comments

Comments
 (0)