chore: Remove unused Unocss presets and dependencies
All checks were successful
CI / cache-and-install (push) Successful in 31s
All checks were successful
CI / cache-and-install (push) Successful in 31s
This commit is contained in:
7
shims.d.ts
vendored
Normal file
7
shims.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import type { AttributifyAttributes } from '@unocss/preset-attributify'
|
||||
|
||||
declare module 'solid-js' {
|
||||
namespace JSX {
|
||||
interface HTMLAttributes<T> extends AttributifyAttributes {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user