add types for the search element

pull/13489/head
fcrozatier 2 years ago
parent 59b608c16e
commit ea4fb2fef1

@ -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