chore(templates): add tsdoc on ui app config key

This commit is contained in:
Benjamin Canac
2025-03-07 18:33:48 +01:00
parent cfe9b2ecf3
commit 7940f5c0aa

View File

@@ -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
}
}