formats
This commit is contained in:
parent
5d64c5be5f
commit
843e3d81bc
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export interface Theme {
|
|||
export interface CustomProperties {
|
||||
[key: string]: string | number | boolean | object | [];
|
||||
}
|
||||
|
||||
|
||||
export interface CustomTheme {
|
||||
colour?: Partial<Colour>;
|
||||
font?: Partial<CustomFont>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue