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.
1 parent d3ca4e8 commit 4b4e08dCopy full SHA for 4b4e08d
src/lib/types.ts
@@ -26,7 +26,7 @@ export enum Features {
26
27
export type TRestProps<T> = T extends SupportedElement
28
? Omit<
29
- svelte.JSX.HTMLAttributes<HTMLElementTagNameMap[T]>,
+ svelteHTML.IntrinsicElements[T],
30
"class" | "style"
31
>
32
: {};
0 commit comments