UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

6 lines (5 loc) 209 B
import type { Component } from 'svelte'; import type { SvelteMarkViewProps } from '../../extensions/svelte-mark-view'; export interface MarkViewWrapperProps { component?: Component<SvelteMarkViewProps>; }