From 80c94ac457a61b5bf190bee4939dff1cc2939fc2 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Sun, 24 Nov 2024 06:22:09 +0800 Subject: [PATCH] chore: input.d.ts --- src/runtime/types/input.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/types/input.d.ts b/src/runtime/types/input.d.ts index 854798d..e120370 100644 --- a/src/runtime/types/input.d.ts +++ b/src/runtime/types/input.d.ts @@ -1,5 +1,4 @@ import type { AppConfig } from 'nuxt/schema' -import type { InputHTMLAttributes } from 'vue' import type { input } from '../ui.config' import type { ExtractDeepKey } from './utils' import type colors from '#ray-colors'