mirror of https://github.com/sveltejs/svelte
fix: add files and group properties to HTMLInputAttributes (#15492)
Fixes #14579 Although this isn't 100% correct because there's no `group` attribute, there's no better way to make people have components' props just be `HTMLInputAttributes` and allow them to reference `group`pull/15507/head
parent
a1257c17f5
commit
b27ca425c7
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: add `files` and `group` to HTMLInputAttributes in elements.d.ts
|
Loading…
Reference in new issue