chore: Remove unused Unocss presets and dependencies
All checks were successful
CI / cache-and-install (push) Successful in 31s

This commit is contained in:
严浩
2024-08-05 12:32:19 +08:00
parent 7be6b9e687
commit 04604e16fd
4 changed files with 9 additions and 16 deletions

7
shims.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
import type { AttributifyAttributes } from '@unocss/preset-attributify'
declare module 'solid-js' {
namespace JSX {
interface HTMLAttributes<T> extends AttributifyAttributes {}
}
}