This commit is contained in:
MinamiFunakoshiTR 2025-05-21 07:56:43 -07:00
parent 25c6f2a3ad
commit 56d61e0932
Failed to extract signature

View file

@ -50,4 +50,5 @@ export interface Theme {
export interface CustomTheme {
colour?: Partial<Colour>;
font?: Partial<CustomFont>;
[customProperty: string]: unknown;}
[customProperty: string]: unknown;
}