From 53802ae747154137a424106a004675dfa8555f97 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Wed, 21 May 2025 07:54:46 -0700 Subject: [PATCH] merge fix --- src/components/Theme/@types/component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Theme/@types/component.ts b/src/components/Theme/@types/component.ts index 325faed0..de6b4631 100644 --- a/src/components/Theme/@types/component.ts +++ b/src/components/Theme/@types/component.ts @@ -50,5 +50,5 @@ export interface Theme { export interface CustomTheme { colour?: Partial; font?: Partial; - [customProperty: string]: unknown; -} + customProperties?: unknown; +} \ No newline at end of file