()
| 116 | } |
| 117 | |
| 118 | close(): void { |
| 119 | this.setState({ |
| 120 | visible: false |
| 121 | }); |
| 122 | } |
| 123 | |
| 124 | render(): React.DOM { |
| 125 | const { willUnmount, title, showClose, message, showInput, inputPlaceholder, showCancelButton, cancelButtonClass, showConfirmButton, confirmButtonClass, customClass, inputType } = this.props; |