Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Typed Events for forwardEvents #598

Open
TheHadiAhmadi opened this issue Dec 2, 2022 · 0 comments
Open

Typed Events for forwardEvents #598

TheHadiAhmadi opened this issue Dec 2, 2022 · 0 comments
Labels

Comments

@TheHadiAhmadi
Copy link
Collaborator

We can use $$Events same as $$Props and support all native events (only if using forwardEvents).

<script lang="ts">
  ....
  type $$Events = NativeEvents & {
     changed: CustomEvent<string>
  };

</script>
<div use:forwardEvents ....>
  ....
</div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant