@edtr-io/plugin-text
Version:
8 lines • 381 B
TypeScript
/// <reference types="react" />
import { TextPlugin } from '..';
export declare const markdownShortcuts: (pluginClosure: import("react").RefObject<{
overlayContext: import("@edtr-io/core/src").OverlayContextValue;
name: string;
parent?: import("../factory/editor").SlateEditorAdditionalProps | undefined;
}>) => TextPlugin;
//# sourceMappingURL=markdown.d.ts.map