UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

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