Skip to content

Commit

Permalink
feat: add useElement hook to richtext-slate client exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodov committed Oct 24, 2024
1 parent 749a7d9 commit 6c67bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/richtext-slate/src/exports/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ export { UnderlineLeafButton } from '../../field/leaves/underline/LeafButton.js'

export { UnderlineLeaf } from '../../field/leaves/underline/Underline/index.js'

export { useElement } from '../../field/providers/ElementProvider.js'
export { useLeaf } from '../../field/providers/LeafProvider.js'
export { useSlatePlugin } from '../../utilities/useSlatePlugin.js'

0 comments on commit 6c67bde

Please sign in to comment.