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