Skip to content
GitHubDiscord

prosekit/preact/drop-indicator

Props for the DropIndicator component.

width?: number

The line width in pixels.

2

const DropIndicator: ForwardRefExoticComponent<Partial<DropIndicatorProps> & RefAttributes<DropIndicatorElement> & HTMLAttributes<DropIndicatorElement>>