UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

8 lines (7 loc) 501 B
import { InsertCommand, ToggleCommand } from '../../commands/types'; export declare const ToggleCommands: Record<string, ToggleCommand>; export declare const InsertCommands: Record<string, InsertCommand>; 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;