Skip to content

Commit

Permalink
feat(richtext-lexical): export lexical drawer hooks (#9415)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr authored Nov 21, 2024
1 parent 91dcf6d commit 3b68671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/richtext-lexical/src/exports/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ export {
} from '../../features/blocks/client/nodes/InlineBlocksNode.js'

export { FieldsDrawer } from '../../utilities/fieldsDrawer/Drawer.js'
export { useLexicalDocumentDrawer } from '../../utilities/fieldsDrawer/useLexicalDocumentDrawer.js'
export { useLexicalDrawer } from '../../utilities/fieldsDrawer/useLexicalDrawer.js'
export { useLexicalListDrawer } from '../../utilities/fieldsDrawer/useLexicalListDrawer.js'

export { InlineBlockEditButton } from '../../features/blocks/client/componentInline/components/InlineBlockEditButton.js'
export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js'
Expand Down

0 comments on commit 3b68671

Please sign in to comment.