@edtr-io/plugin-text
Version:
10 lines • 627 B
TypeScript
/// <reference types="react" />
import { TextPlugin } from '..';
export declare const markdownShortcuts: (pluginClosure: import("react").RefObject<{
overlayContext: import("@edtr-io/editor-ui").OverlayContextValue;
name: string;
parent?: import("../factory/editor").SlateEditorAdditionalProps | undefined;
replace?: ((options?: import("@edtr-io/core").DocumentState | undefined) => void) | undefined;
plugins: Record<string, import("@edtr-io/core").Plugin<import("@edtr-io/core/dist/plugin-state").StateDescriptor<any, any, unknown>, any>>;
}>) => TextPlugin;
//# sourceMappingURL=markdown.d.ts.map