This commit is contained in:
MinamiFunakoshiTR 2025-05-20 13:38:43 -07:00
parent 5d64c5be5f
commit 843e3d81bc
Failed to extract signature

View file

@ -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>;