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'