export interface EditorCommandOption {
}
export interface EditorCommand {
    paragraph?: (option?: EditorCommandOption) => void;
}
