UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

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