UNPKG

@syncfusion/ej2-documenteditor

Version:

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

8 lines (7 loc) 177 B
/** * EditorHistory implementation */ export * from './editor-history'; export * from './base-history-info'; export * from './history-info'; export * from './history-helper';