feat: add types for the `search` element (#13489)

closes #13487
pull/13499/head
Frédéric Crozatier 3 months ago committed by GitHub
parent 49a09081f0
commit 7d47269fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
'svelte': patch
---
feat: add types for the search element

@ -1846,6 +1846,7 @@ export interface SvelteHTMLElements {
samp: HTMLAttributes<HTMLElement>;
slot: HTMLSlotAttributes;
script: HTMLScriptAttributes;
search: HTMLAttributes<HTMLElement>;
section: HTMLAttributes<HTMLElement>;
select: HTMLSelectAttributes;
small: HTMLAttributes<HTMLElement>;

Loading…
Cancel
Save