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
Parameter | Type |
---|---|
props | Omit <Record <string , never >, "ref" > & RefAttributes <HTMLButtonElement > |
Returns
ReactNode