DialogButton variable
Use this primitive to create a toolbar button that opens a dialog with a text input, autocomplete suggestions, and a submit button.
See DialogButtonProps for the properties that can be passed to this component.
Signature:
DialogButton: React.ForwardRefExoticComponent<DialogButtonProps & React.RefAttributes<HTMLButtonElement>>