UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

4 lines (3 loc) 165 B
import type { Component } from 'svelte'; import type { NodeViewWrapperProps } from './props'; export declare const NodeViewWrapper: Component<NodeViewWrapperProps>;