Function: InsertThematicBreak()

InsertThematicBreak(props): ReactNode | Promise<ReactNode>

A toolbar button that allows the user to insert a thematic break (rendered as an HR HTML element). For this button to work, you need to have the thematicBreakPlugin plugin enabled.

Parameters

ParameterType
propsobject

Returns

ReactNode | Promise<ReactNode>