merge fix
This commit is contained in:
parent
53802ae747
commit
25c6f2a3ad
1 changed files with 1 additions and 2 deletions
|
|
@ -50,5 +50,4 @@ export interface Theme {
|
|||
export interface CustomTheme {
|
||||
colour?: Partial<Colour>;
|
||||
font?: Partial<CustomFont>;
|
||||
customProperties?: unknown;
|
||||
}
|
||||
[customProperty: string]: unknown;}
|
||||
Loading…
Reference in a new issue