mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(templates): add tsdoc on ui app config key
This commit is contained in:
@@ -122,6 +122,10 @@ type AppConfigUI = {
|
||||
|
||||
declare module '@nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
/**
|
||||
* Nuxt UI theme configuration
|
||||
* @see https://ui3.nuxt.dev/getting-started/theme#customize-theme
|
||||
*/
|
||||
ui?: AppConfigUI
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user