docx-rs/docx-core/bindings/Theme.ts

3 lines
99 B
TypeScript
Raw Normal View History

import type { FontScheme } from "./FontScheme";
export interface Theme { fontSchema: FontScheme, }