chore(types): remove unnecessary export statements from global and unocss type definitions
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m14s
/ surge (push) Successful in 3m32s
/ playwright (push) Successful in 1m48s
/ cleanup_surge (push) Successful in 27s
/ lint-build-and-check (push) Successful in 6m10s

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

@@ -7,5 +7,3 @@ declare module 'vue' {
$__DEV__: boolean;
}
}
export {};

View File

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