UNPKG

@syncfusion/ej2-documenteditor

Version:

Feature-rich document editor control with built-in support for context menu, options pane and dialogs.

12 lines (11 loc) 238 B
import { FontScheme } from './font-scheme'; /** * @private */ export declare class Themes { private fntScheme; fontScheme: FontScheme; constructor(node?: Object); copyFormat(themes: Themes): void; destroy(): void; }