UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

6 lines 244 B
import type { Component } from 'svelte'; import type { SvelteNodeViewProps } from '../../extensions/svelte-node-view'; export interface NodeViewWrapperProps { component?: Component<SvelteNodeViewProps>; } //# sourceMappingURL=props.d.ts.map