Fix the font selector. (#660)

This commit is contained in:
Jas Singh
2024-12-28 17:55:20 -08:00
committed by GitHub
parent a7b553725c
commit 9343ae85a3
11 changed files with 303 additions and 202 deletions

View File

@@ -104,6 +104,8 @@ export interface RowProps<T> {
subtitleLink?: string;
dependencies?: string[];
increment?: number;
fontStyle?: Opt<string>;
fontLabel?: Opt<string>;
}
export type OSDOrientation = 'horizontal' | 'vertical';