UNPKG

@kedao/editor

Version:

Rich Text Editor Based On Draft.js

12 lines (11 loc) 427 B
/** * This extension is a transformation from draft-js-markdown-shortcuts-plugin (github repo: https://github.com/ngs/draft-js-markdown-shortcuts-plugin) * Thanks very much for the contributors of draft-js-markdown-shortcuts-plugin!!! */ declare const _default: (options: any) => { type: string; includeEditors: any; excludeEditors: any; interceptor: (editorProps: any) => any; }[]; export default _default;