Fix the font selector. (#660)
This commit is contained in:
2
src/lib/types/options.d.ts
vendored
2
src/lib/types/options.d.ts
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user