InsertImage variable
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.
Signature:
InsertImage: React.ForwardRefExoticComponent<Omit<Record<string, never>, "ref"> & React.RefAttributes<HTMLButtonElement>>