UNPKG

modaq

Version:

Quiz Bowl Reader using TypeScript, React, and MobX

8 lines (7 loc) 441 B
export declare const defaultFont = "Segoe UI"; export declare function cancel(): void; export declare function changePendingSize(newValue: string): void; export declare function changeFontFamily(newValue: string | undefined): void; export declare function changePronunciationGuideColor(color: string | undefined): void; export declare function changeTextColor(color: string | undefined): void; export declare function update(): void;