From 31a3a998a91918baf329c4d5b4cfdd5fa93bdc9e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 14 Jun 2022 00:14:19 +0800 Subject: [PATCH] fix: remove html.d.ts https://github.com/johnsoncodehk/volar/issues/1077#issuecomment-1146584565 --- html.d.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 html.d.ts diff --git a/html.d.ts b/html.d.ts deleted file mode 100644 index 343ccfd..0000000 --- a/html.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -// for UnoCSS attributify mode compact in Volar -// refer: https://github.com/johnsoncodehk/volar/issues/1077#issuecomment-1145361472 -declare module '@vue/runtime-dom' { - interface HTMLAttributes { - [key: string]: any - } -} -declare module '@vue/runtime-core' { - interface AllowedComponentProps { - [key: string]: any - } -} -export {}