Add useLightbox and useGalleryLightbox in plugin api (#5936)

This commit is contained in:
QxxxGit
2025-06-20 02:03:22 -04:00
committed by GitHub
parent c5fe6748c0
commit c09913a614
3 changed files with 15 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ Returns a `Promise<void>` that resolves when all of the components have been loa
### `hooks`
This namespace provides access to the following core utility hooks:
- `useGalleryLightbox`
- `useLightbox`
- `useSpriteInfo`
- `useToast`