DialogButton
Function: DialogButton()
function DialogButton(props: PropsWithChildren<DialogButtonProps>, context?: any): null | ReactElement
Defined in: src/components/Dialog.ts:104
Parameters
props
PropsWithChildren
<DialogButtonProps
>
context?
any
Returns
null
| ReactElement
Brief
This is the "main" button. The Primary can act as a submit button, therefore secondary is chosen (also for backwards comp. reasons)