UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

6 lines (5 loc) 209 B
import type { Component } from 'svelte'; import type { SvelteNodeViewProps } from '../../extensions/svelte-node-view'; export interface NodeViewWrapperProps { component?: Component<SvelteNodeViewProps>; }