We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
search
1 parent 49a0908 commit 7d47269Copy full SHA for 7d47269
.changeset/friendly-taxis-hammer.md
@@ -0,0 +1,5 @@
1
+---
2
+'svelte': patch
3
4
+
5
+feat: add types for the search element
packages/svelte/elements.d.ts
@@ -1846,6 +1846,7 @@ export interface SvelteHTMLElements {
1846
samp: HTMLAttributes<HTMLElement>;
1847
slot: HTMLSlotAttributes;
1848
script: HTMLScriptAttributes;
1849
+ search: HTMLAttributes<HTMLElement>;
1850
section: HTMLAttributes<HTMLElement>;
1851
select: HTMLSelectAttributes;
1852
small: HTMLAttributes<HTMLElement>;
0 commit comments