File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/richtext-lexical/src/exports/client Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ export {
128
128
} from '../../features/blocks/client/nodes/InlineBlocksNode.js'
129
129
130
130
export { FieldsDrawer } from '../../utilities/fieldsDrawer/Drawer.js'
131
+ export { useLexicalDocumentDrawer } from '../../utilities/fieldsDrawer/useLexicalDocumentDrawer.js'
132
+ export { useLexicalDrawer } from '../../utilities/fieldsDrawer/useLexicalDrawer.js'
133
+ export { useLexicalListDrawer } from '../../utilities/fieldsDrawer/useLexicalListDrawer.js'
131
134
132
135
export { InlineBlockEditButton } from '../../features/blocks/client/componentInline/components/InlineBlockEditButton.js'
133
136
export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js'
You can’t perform that action at this time.
0 commit comments