UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

7 lines (6 loc) 263 B
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;