merge fix

This commit is contained in:
MinamiFunakoshiTR 2025-05-21 07:55:58 -07:00
parent 53802ae747
commit 25c6f2a3ad
Failed to extract signature

View file

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