3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
|
import type { FontGroup } from "./FontGroup";
|
||
|
|
||
|
export interface FontScheme { majorFont: FontGroup, minorFont: FontGroup, }
|