3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
|
import type { FontSchemeFont } from "./FontSchemeFont";
|
||
|
|
||
|
export interface FontGroup { latin: string, ea: string, cs: string, fonts: Array<FontSchemeFont>, }
|