Function: InsertImage()

InsertImage(props): ReactNode

A toolbar button that allows the user to insert an image from an URL. For the button to work, you need to have the imagePlugin plugin enabled.

Parameters

ParameterType
propsOmit<Record<string, never>, "ref"> & RefAttributes<HTMLButtonElement>

Returns

ReactNode