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