svelte-simple-modal
svelte-simple-modal copied to clipboard
Is it possible to listen to events from Popup?
trafficstars
I am wondering if it's possible to listen to events popup component is emitting.
In plain svelte, we'd do something like this:
<Popup on:update={(e) => handleUpdate(e)} />
Is there any equivalent when using svelte-simple-modal?