UNPKG

@mini-markdown-rc/editor

Version:
7 lines (6 loc) 342 B
import { ToolbarType } from '../../types/toolbar'; export declare const InsertTextEvent: (type: ToolbarType) => void; export declare const InsertImageEvent: (url: string, alt: string) => void; export declare const UndoEvent: () => void; export declare const RedoEvent: () => void; export declare const InsertEmojiEvent: (emoji: any) => void;