* Avoid using this interface directly. Instead use the `SvelteHTMLElements` interface exported by `svelte/elements` * This should only be used if you need to extend the interface with custom elements
| 62 | * This should only be used if you need to extend the interface with custom elements |
| 63 | */ |
| 64 | interface IntrinsicElements extends svelteElements.SvelteHTMLElements { |
| 65 | a: HTMLProps<class="st">'a', HTMLAttributes>; |
| 66 | abbr: HTMLProps<class="st">'abbr', HTMLAttributes>; |
| 67 | address: HTMLProps<class="st">'address', HTMLAttributes>; |
| 68 | area: HTMLProps<class="st">'area', HTMLAttributes>; |
| 69 | article: HTMLProps<class="st">'article', HTMLAttributes>; |
| 70 | aside: HTMLProps<class="st">'aside', HTMLAttributes>; |
| 71 | audio: HTMLProps<class="st">'audio', HTMLAttributes>; |
| 72 | b: HTMLProps<class="st">'b', HTMLAttributes>; |
| 73 | base: HTMLProps<class="st">'base', HTMLAttributes>; |
| 74 | bdi: HTMLProps<class="st">'bdi', HTMLAttributes>; |
| 75 | bdo: HTMLProps<class="st">'bdo', HTMLAttributes>; |
| 76 | big: HTMLProps<class="st">'big', HTMLAttributes>; |
| 77 | blockquote: HTMLProps<class="st">'blockquote', HTMLAttributes>; |
| 78 | body: HTMLProps<class="st">'body', HTMLAttributes>; |
| 79 | br: HTMLProps<class="st">'br', HTMLAttributes>; |
| 80 | button: HTMLProps<class="st">'button', HTMLAttributes>; |
| 81 | canvas: HTMLProps<class="st">'canvas', HTMLAttributes>; |
| 82 | caption: HTMLProps<class="st">'caption', HTMLAttributes>; |
| 83 | cite: HTMLProps<class="st">'cite', HTMLAttributes>; |
| 84 | code: HTMLProps<class="st">'code', HTMLAttributes>; |
| 85 | col: HTMLProps<class="st">'col', HTMLAttributes>; |
| 86 | colgroup: HTMLProps<class="st">'colgroup', HTMLAttributes>; |
| 87 | data: HTMLProps<class="st">'data', HTMLAttributes>; |
| 88 | datalist: HTMLProps<class="st">'datalist', HTMLAttributes>; |
| 89 | dd: HTMLProps<class="st">'dd', HTMLAttributes>; |
| 90 | del: HTMLProps<class="st">'del', HTMLAttributes>; |
| 91 | details: HTMLProps<class="st">'details', HTMLAttributes>; |
| 92 | dfn: HTMLProps<class="st">'dfn', HTMLAttributes>; |
| 93 | dialog: HTMLProps<class="st">'dialog', HTMLAttributes>; |
| 94 | div: HTMLProps<class="st">'div', HTMLAttributes>; |
| 95 | dl: HTMLProps<class="st">'dl', HTMLAttributes>; |
| 96 | dt: HTMLProps<class="st">'dt', HTMLAttributes>; |
| 97 | em: HTMLProps<class="st">'em', HTMLAttributes>; |
| 98 | embed: HTMLProps<class="st">'embed', HTMLAttributes>; |
| 99 | fieldset: HTMLProps<class="st">'fieldset', HTMLAttributes>; |
| 100 | figcaption: HTMLProps<class="st">'figcaption', HTMLAttributes>; |
| 101 | figure: HTMLProps<class="st">'figure', HTMLAttributes>; |
| 102 | footer: HTMLProps<class="st">'footer', HTMLAttributes>; |
| 103 | form: HTMLProps<class="st">'form', HTMLAttributes>; |
| 104 | h1: HTMLProps<class="st">'h1', HTMLAttributes>; |
| 105 | h2: HTMLProps<class="st">'h2', HTMLAttributes>; |
| 106 | h3: HTMLProps<class="st">'h3', HTMLAttributes>; |
| 107 | h4: HTMLProps<class="st">'h4', HTMLAttributes>; |
| 108 | h5: HTMLProps<class="st">'h5', HTMLAttributes>; |
| 109 | h6: HTMLProps<class="st">'h6', HTMLAttributes>; |
| 110 | head: HTMLProps<class="st">'head', HTMLAttributes>; |
| 111 | header: HTMLProps<class="st">'header', HTMLAttributes>; |
| 112 | hgroup: HTMLProps<class="st">'hgroup', HTMLAttributes>; |
| 113 | hr: HTMLProps<class="st">'hr', HTMLAttributes>; |
| 114 | html: HTMLProps<class="st">'html', HTMLAttributes>; |
| 115 | i: HTMLProps<class="st">'i', HTMLAttributes>; |
| 116 | iframe: HTMLProps<class="st">'iframe', HTMLAttributes>; |
| 117 | img: HTMLProps<class="st">'img', HTMLAttributes>; |
| 118 | input: HTMLProps<class="st">'input', HTMLAttributes>; |
| 119 | ins: HTMLProps<class="st">'ins', HTMLAttributes>; |
| 120 | kbd: HTMLProps<class="st">'kbd', HTMLAttributes>; |
| 121 | keygen: HTMLProps<class="st">'keygen', HTMLAttributes>; |
nothing calls this directly
no outgoing calls
no test coverage detected