UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

4 lines (3 loc) 165 B
import type { Component } from 'svelte'; import type { MarkViewWrapperProps } from './props'; export declare const MarkViewWrapper: Component<MarkViewWrapperProps>;