UNPKG

@blocknote/react

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

3 lines (2 loc) 340 B
import { DefaultInlineContentSchema, DefaultStyleSchema, ImagePanelState, InlineContentSchema, StyleSchema, UiElementPosition } from "@blocknote/core"; export type ImagePanelProps<I extends InlineContentSchema = DefaultInlineContentSchema, S extends StyleSchema = DefaultStyleSchema> = Omit<ImagePanelState<I, S>, keyof UiElementPosition>;