@prosekit/svelte
Version:
Svelte components and utilities for ProseKit
7 lines • 313 B
TypeScript
import { type Editor, type Extension } from '@prosekit/core';
import type { Readable } from 'svelte/store';
/**
* @internal
*/
export declare function useEditorExtension(maybeEditor: Editor | null | undefined, extensionStore: Readable<Extension | null>): void;
//# sourceMappingURL=use-editor-extension.d.ts.map