From 7940f5c0aa93abe5ae27b9e7a75cfb47e18f481b Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 7 Mar 2025 18:33:48 +0100 Subject: [PATCH] chore(templates): add tsdoc on `ui` app config key --- src/templates.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates.ts b/src/templates.ts index 657f3924..ab502ca2 100644 --- a/src/templates.ts +++ b/src/templates.ts @@ -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 } }