@mdefy/ngx-markdown-editor
Version:
An Angular Markdown Editor in WYSIWYG style with extensive functionality, high customizability and an integrated material theme.
9 lines (8 loc) • 599 B
TypeScript
export { MarkdownEditorComponent } from './lib/component/markdown-editor.component';
export { MarkdownEditorModule, MarkdownEditorModuleConfig } from './lib/component/markdown-editor.module';
export { LanguageTag } from './lib/types/language-tag';
export { OptionalI18n } from './lib/types/optional-i18n';
export { Options } from './lib/types/options';
export { StatusbarItem, StatusbarItemDef, StatusbarItemName } from './lib/types/statusbar';
export { Icon, ToolbarItem, ToolbarItemDef, ToolbarItemName } from './lib/types/toolbar';
export { fromCmEvent } from './lib/util/from-cm-event';