Skip to content

Commit 7d47269

Browse files
authored
feat: add types for the search element (#13489)
closes #13487
1 parent 49a0908 commit 7d47269

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/friendly-taxis-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
feat: add types for the search element

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,6 +1846,7 @@ export interface SvelteHTMLElements {
18461846
samp: HTMLAttributes<HTMLElement>;
18471847
slot: HTMLSlotAttributes;
18481848
script: HTMLScriptAttributes;
1849+
search: HTMLAttributes<HTMLElement>;
18491850
section: HTMLAttributes<HTMLElement>;
18501851
select: HTMLSelectAttributes;
18511852
small: HTMLAttributes<HTMLElement>;

0 commit comments

Comments
 (0)