3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
|
import type { FontScheme } from "./FontScheme";
|
||
|
|
||
|
export interface Theme { fontSchema: FontScheme, }
|