@syncfusion/ej2-documenteditor
Version:
Feature-rich document editor control with built-in support for context menu, options pane and dialogs.
22 lines (21 loc) • 657 B
TypeScript
/**
* Document Editor implementation
*/
export * from './print';
export * from './context-menu';
export * from './comments/index';
export * from './dialogs/index';
export * from './editor/index';
export * from './editor-history/index';
export * from './format/index';
export * from './list/index';
export * from './restrict-editing/index';
export * from './search/index';
export * from './selection/index';
export * from './spell-check/index';
export * from './text-helper/index';
export * from './track-changes/index';
export * from './viewer/index';
export * from './writer/index';
export * from './themes/index';
export * from './collaboration/index';