mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(module): missing types in ui config (#2467)
This commit is contained in:
@@ -21,7 +21,7 @@ type UI = {
|
||||
colors?: string[]
|
||||
strategy?: Strategy
|
||||
[key: string]: any
|
||||
} & DeepPartial<typeof config, string>
|
||||
} & DeepPartial<typeof config, string | number | boolean>
|
||||
|
||||
declare module '@nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
|
||||
Reference in New Issue
Block a user