UNPKG

@tiptap/react

Version:

React components for tiptap

7 lines (5 loc) 210 B
import type { NodeViewProps as CoreNodeViewProps } from '@tiptap/core' import type React from 'react' export type ReactNodeViewProps<T = HTMLElement> = CoreNodeViewProps & { ref: React.RefObject<T | null> }