Skip to content

Commit

Permalink
Update docs/content/2.composables/use-overlay.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
  • Loading branch information
genu and benjamincanac authored Feb 24, 2025
1 parent 7c3874d commit 4de22a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.composables/use-overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function openModal() {
In order to return a value from the overlay, the `overlay.open()` can be awaited. In order for this to work, however, the **overlay component must emit a `close` event**. See example below for details.
::

## Overlay API
## API

### `create(component: T, options: OverlayOptions): OverlayInstance`

Expand Down

0 comments on commit 4de22a7

Please sign in to comment.