mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
fix(templates): augment @nuxt/schema rather than nuxt/schema
This commit is contained in:
@@ -65,16 +65,12 @@ type AppConfigUI = {
|
||||
icons?: Partial<typeof icons>
|
||||
} & DeepPartial<typeof ui, string>
|
||||
|
||||
declare module 'nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
ui?: AppConfigUI
|
||||
}
|
||||
}
|
||||
declare module '@nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
ui?: AppConfigUI
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user