UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

7 lines (4 loc) 211 B
import type { Component } from 'svelte' import Comp from './node-view-wrapper.svelte' import type { NodeViewWrapperProps } from './props' export const NodeViewWrapper = Comp as Component<NodeViewWrapperProps>