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) 180 B
/** * export document editor */ export * from './base/index'; export * from './implementation/index'; export * from './document-editor'; export * from './document-editor-model';