File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/richtext-lexical/src/exports/client Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ export { InlineBlockEditButton } from '../../features/blocks/client/componentInl
136
136
export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js'
137
137
export { InlineBlockLabel } from '../../features/blocks/client/componentInline/components/InlineBlockLabel.js'
138
138
export { InlineBlockContainer } from '../../features/blocks/client/componentInline/components/InlineBlockContainer.js'
139
+ export { useInlineBlockComponentContext } from '../../features/blocks/client/componentInline/index.js'
139
140
export { BlockCollapsible } from '../../features/blocks/client/component/components/BlockCollapsible.js'
140
141
export { BlockEditButton } from '../../features/blocks/client/component/components/BlockEditButton.js'
141
142
export { BlockRemoveButton } from '../../features/blocks/client/component/components/BlockRemoveButton.js'
143
+ export { useBlockComponentContext } from '../../features/blocks/client/component/BlockContent.js'
You can’t perform that action at this time.
0 commit comments