diff --git a/src/components/Theme/@types/component.ts b/src/components/Theme/@types/component.ts index b8e93e9e..c771d653 100644 --- a/src/components/Theme/@types/component.ts +++ b/src/components/Theme/@types/component.ts @@ -50,7 +50,7 @@ export interface Theme { export interface CustomProperties { [key: string]: string | number | boolean | object | []; } - + export interface CustomTheme { colour?: Partial; font?: Partial;