UNPKG

@logicflow/extension

Version:
18 lines (17 loc) 481 B
import MediumEditor from 'medium-editor'; import 'rangy/lib/rangy-classapplier'; export declare const defaultOptions: { toolbar: { allowMultiParagraphSelection: boolean; buttons: string[]; standardizeSelectionStart: boolean; updateOnEmptySelection: boolean; }; placeholder: { text: string; hideOnClick: boolean; }; disableEditing: boolean; }; export declare const ColorPickerButton: any; export { MediumEditor };