mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
feat(module): improve app config types autocomplete (#1870)
Co-authored-by: Dave Stewart <dev@davestewart.co.uk> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ type UI = {
|
||||
colors?: string[]
|
||||
strategy?: Strategy
|
||||
[key: string]: any
|
||||
} & DeepPartial<typeof config>
|
||||
} & DeepPartial<typeof config, string>
|
||||
|
||||
declare module 'nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
|
||||
Reference in New Issue
Block a user