UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

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