chore: input.d.ts

This commit is contained in:
Timothy Yin 2024-11-24 06:22:09 +08:00 committed by GitHub
parent e9b9b070f7
commit 80c94ac457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'