We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shims.d.ts
1 parent d552fec commit a948f72Copy full SHA for a948f72
shims.d.ts
@@ -1,11 +1,10 @@
1
+
2
declare namespace svelteHTML {
3
import type { AttributifyAttributes } from 'unocss/preset-attributify'
4
type HTMLAttributes = AttributifyAttributes
5
}
6
-declare namespace global {
7
- namespace JSX {
8
- import type { AttributifyAttributes } from 'unocss/preset-attributify'
9
- interface HTMLAttributes<>extends AttributifyAttributes {}
10
- }
+declare namespace JSX {
+ import type { AttributifyAttributes } from 'unocss/preset-attributify'
+ interface HTMLAttributes extends AttributifyAttributes {}
11
0 commit comments