@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
20 lines (19 loc) • 561 B
TypeScript
export * from './collaborative-editing';
export * from './counter';
export * from './custom-clipboard';
export * from './custom-image';
export * from './custom-uploader';
export * from './divider';
export * from './emoji';
export * from './file';
export * from './flow-chart';
export * from './link';
export * from './mathlive';
export * from './mention';
export * from './mind-map';
export * from './shortcut-key';
export * from './syntax';
export * from './table-up';
export * from './toolbar';
export * from 'quill-i18n';
export * from 'quill-shortcut-key';