fix: add missing export for useLeaf hook (#6693)

This commit is contained in:
Patryk Kowalczyk
2024-06-11 22:12:25 +02:00
committed by GitHub
parent ba92d864bb
commit 74159de1ec

View File

@@ -107,6 +107,8 @@ export { ElementButton } from './field/elements/Button.js'
export { toggleElement } from './field/elements/toggle.js'
export { LeafButton } from './field/leaves/Button.js'
export { useLeaf } from './field/providers/LeafProvider.js'
export type {
AdapterArguments,
ElementNode,