UNPKG

@zodiac-ui/editor

Version:

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

4 lines (3 loc) 168 B
import { EditorPlugin } from "../../lib/interfaces/editor-plugin"; export declare const PARAGRAPH = "paragraph"; export declare const paragraphPlugin: EditorPlugin;