changes customProperty to key in CustomTheme type interface
This commit is contained in:
parent
b935ab2097
commit
6471bbf93e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,5 +50,5 @@ export interface Theme {
|
||||||
export interface CustomTheme {
|
export interface CustomTheme {
|
||||||
colour?: Partial<Colour>;
|
colour?: Partial<Colour>;
|
||||||
font?: Partial<CustomFont>;
|
font?: Partial<CustomFont>;
|
||||||
[customProperty: string]: unknown;
|
[key: string]: unknown;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue