UNPKG

@zodiac-ui/editor

Version:

A rich text editor for Angular based on `@atlaskit/editor-core`.

27 lines (26 loc) 1.45 kB
export * from "./lib/editor.module"; export * from "./lib/editor-toolbar/editor-toolbar.module"; export * from "./plugins/alignment/alignment.module"; export * from "./plugins/base/base.module"; export * from "./plugins/block-type/block-type.module"; export * from "./plugins/blockquote/blockquote.module"; export * from "./plugins/code/code.module"; export * from "./plugins/doc/doc.module"; export * from "./plugins/hard-break/hard-break.module"; export * from "./plugins/heading/heading.module"; export * from "./plugins/horizontal-rule/horizontal-rule.module"; export * from "./plugins/link/link.module"; export * from "./plugins/paragraph/paragraph.module"; export * from "./plugins/text/text.module"; export * from "./plugins/text-formatting/text-formatting.module"; export * from "./editors/basic-editor/basic-editor.module"; export * from "./tools/alignment-tool/alignment-tool.module"; export * from "./tools/strong-tool/strong-tool.module"; export * from "./tools/emphasis-tool/emphasis-tool.module"; export * from "./tools/underline-tool/underline-tool.module"; export * from "./tools/superscript-tool/superscript-tool.module"; export * from "./tools/subscript-tool/subscript-tool.module"; export * from "./tools/strike-tool/strike-tool.module"; export * from "./tools/heading-tool/heading-tool.module"; export * from "./tools/link-tool/link-tool.module"; export * from "./tools/code-tool/code-tool.module";