import * as React from 'react'; import Dialog, { DialogContentProps } from '../../utilities/Dialog'; import { CommonProps } from '../../utilities/commonProps'; declare type Props = { /** * ダイアログの見出しとなる文字列を指定します。(場合に応じて、アイコンを並べるなどもできます) */ title: React.ReactNode; /** * ダイアログの本文となる要素を指定します。 */ children: React.ReactNode; /** * Confirm ボタンの click ハンドラを設定します。 */ onConfirm: React.MouseEventHandler; /** * Confirm ボタンのラベルとなる文字列を指定します。 */ confirmButtonLabel: string; /** * Confirm ボタンの押下時に遷移させるURLを指定します。指定した場合は `` 要素、空文字列もしくはundefinedの場合は `