Merge pull request #308 from reuters-graphics/mf-theme
Adds customProperty prop to CustomTheme closes #304
This commit is contained in:
commit
b935ab2097
1 changed files with 1 additions and 0 deletions
|
|
@ -50,4 +50,5 @@ export interface Theme {
|
|||
export interface CustomTheme {
|
||||
colour?: Partial<Colour>;
|
||||
font?: Partial<CustomFont>;
|
||||
[customProperty: string]: unknown;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue