UNPKG

@edtr-io/plugin-text

Version:
14 lines 769 B
/// <reference types="react" /> import { Editor } from 'slate'; export declare const isBlockquote: (editor: Editor, pluginClosure: import("react").RefObject<{ overlayContext: import("@edtr-io/core/src").OverlayContextValue; name: string; parent?: import("../factory/editor").SlateEditorAdditionalProps | undefined; }>) => boolean; export declare const createBlockquote: (editor: Editor, name: string) => void; export declare const removeBlockquote: (editor: Editor, pluginClosure: import("react").RefObject<{ overlayContext: import("@edtr-io/core/src").OverlayContextValue; name: string; parent?: import("../factory/editor").SlateEditorAdditionalProps | undefined; }>) => Editor | undefined; //# sourceMappingURL=blockquote.d.ts.map