UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

5 lines 287 B
import type { MarkViewWrapperProps } from './props'; declare const MarkViewWrapper: import("svelte").Component<MarkViewWrapperProps, {}, "">; type MarkViewWrapper = ReturnType<typeof MarkViewWrapper>; export default MarkViewWrapper; //# sourceMappingURL=mark-view-wrapper.svelte.d.ts.map