fix: exports richtext-slate useSlatePlugin (#7875)

## Description

exports `useSlatePlugin` for `richtext-slate`
This commit is contained in:
James Mikrut
2024-08-26 17:21:25 -04:00
committed by GitHub
parent dfb4c8eb4c
commit 686b0865b2

View File

@@ -63,3 +63,4 @@ export { UnderlineLeafButton } from '../../field/leaves/underline/LeafButton.js'
export { UnderlineLeaf } from '../../field/leaves/underline/Underline/index.js' export { UnderlineLeaf } from '../../field/leaves/underline/Underline/index.js'
export { useLeaf } from '../../field/providers/LeafProvider.js' export { useLeaf } from '../../field/providers/LeafProvider.js'
export { useSlatePlugin } from '../../utilities/useSlatePlugin.js'