import type { NodeViewProps as CoreNodeViewProps } from '@tiptap/core' import type React from 'react' export type ReactNodeViewProps = CoreNodeViewProps & { ref: React.RefObject }