UNPKG

@syncfusion/ej2-documenteditor

Version:

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

15 lines (14 loc) 362 B
/** * Formats Modules */ export * from './section-format'; export * from './style'; export * from './character-format'; export * from './list-format'; export * from './paragraph-format'; export * from './table-format'; export * from './row-format'; export * from './cell-format'; export * from './border'; export * from './borders'; export * from './shading';