From 120eb920a8dfe777168d3a08f7b75e96e3130e25 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 2 Nov 2024 12:50:49 +0100 Subject: [PATCH] chore(unplugin): improve ui types --- src/unplugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unplugin.ts b/src/unplugin.ts index 0b92c414..88a62dee 100644 --- a/src/unplugin.ts +++ b/src/unplugin.ts @@ -28,7 +28,7 @@ type AppConfigUI = { // TODO: add type hinting for colors from `options.theme.colors` colors?: Record & { neutral?: NeutralColor } icons?: Partial -} & DeepPartial +} & DeepPartial export interface NuxtUIOptions extends Omit { /** Whether to generate declaration files for auto-imported components. */