UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

5 lines (4 loc) 233 B
import type { MarkViewWrapperProps } from './props'; declare const MarkViewWrapper: import("svelte").Component<MarkViewWrapperProps, {}, "">; type MarkViewWrapper = ReturnType<typeof MarkViewWrapper>; export default MarkViewWrapper;