chore(types): remove unnecessary export statements from global and unocss type definitions

This commit is contained in:
严浩
2025-07-29 09:20:31 +08:00
parent 8ca42a4cdd
commit 8e8a272f2e
2 changed files with 0 additions and 4 deletions

View File

@@ -16,5 +16,3 @@ declare module 'vue' {
interface HTMLAttributes
extends Partial<Record<import('@unocss/preset-attributify').AttributifyNames, boolean | string>> {}
}
export {};