You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update svelte-jsx.d.ts
Adding missing type definitions for on:intro and on:outro start and end events.
```
Type '{ onoutrostart: () => boolean; onoutroend: () => boolean; class: string; }' is not assignable to type 'HTMLProps<HTMLDivElement>'.
Property 'onoutrostart' does not exist on type 'HTMLProps<HTMLDivElement>'.ts(2322)
```
* Update svelte-jsx.d.ts
* Update svelte-jsx.d.ts
separated event types with vanilla dom comment
* Update svelte-jsx.d.ts
* ran yarn lint --fix
0 commit comments