UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

7 lines (6 loc) 418 B
import { ToggleCommand } from '../../commands/types'; export declare const ToggleCommands: Record<string, ToggleCommand>; export declare const Link: import("../../commands/Link").default; export declare const Image: import("../../commands/Image").default; export declare const TextColor: import("../../commands/TextColor").default; export declare const TextBackgroundColor: import("../../commands/TextColor").default;