mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +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' {
|
declare module '@nuxt/schema' {
|
||||||
interface AppConfigInput {
|
interface AppConfigInput {
|
||||||
|
/**
|
||||||
|
* Nuxt UI theme configuration
|
||||||
|
* @see https://ui3.nuxt.dev/getting-started/theme#customize-theme
|
||||||
|
*/
|
||||||
ui?: AppConfigUI
|
ui?: AppConfigUI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user