Commit ebf6149
authored
Update svelte-jsx.d.ts (#408)
* 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 --fix1 parent 635c95b commit ebf6149
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
| |||
0 commit comments