# Dialog

## Props

| Prop name | Description | Type           | Values | Default  |
| --------- | ----------- | -------------- | ------ | -------- |
| title     |             | string         | -      |          |
| onClose   |             | func           | -      |          |
| ok        |             | string         | -      | 'Ok'     |
| cancel    |             | string         | -      | 'Cancel' |
| onOk      |             | func           | -      |          |
| onCancel  |             | func           | -      |          |
| component |             | object         | -      |          |
| style     |             | object         | -      |          |
| width     |             | number\|string | -      |          |
| height    |             | number\|string | -      |          |

## Events

| Event name | Properties | Description |
| ---------- | ---------- | ----------- |
| close      |            |
| cancel     |            |
| ok         |            |

---
