Skip to content

Commit 45950f7

Browse files
committed
added readme
1 parent d9da09b commit 45950f7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ export default () => {
5757

5858
## Props
5959

60-
| Prop | Type | Required | Note |
61-
| --------------------- | ---------------------------------------- | ------------------------------------- | ---------------------------------------------- |
62-
| `visible` | `boolean` | True | Determines whether the dialog is shown or not |
63-
| `title` | `string` | True | Title for the dialog |
64-
| `subtitle` | `string` | Extra description about the alert |
65-
| `closeDialog` | `(event: GestureResponderEvent) => void` | True | Callback for the close button |
66-
| `confirm` | `(event: GestureResponderEvent) => void` | True | Callback for the confirm button |
67-
| `confirmText` | `string` | True | text to be shown on the confirm button |
68-
| `cancelText` `string` | True | text to be shown on the cancel button |
69-
| `titleStyle?` | `Object` | False | Styles object for the title |
70-
| `cancelStyle?` | `Object` | False | Styles object for the cancel button container |
71-
| `confirmStyle?` | `Object` | False | Styles object for the confirm button container |
72-
| `subtitleStyle?` | `Object` | False | Styles object for the subtitle button |
73-
| `cancelTextStyle?` | `Object` | False | Styles object for the cancel button text |
74-
| `confirmTextStyle?` | `Object` | False | Styles object for the confirm button text |
60+
| Prop | Type | Required | Note |
61+
| ------------------- | ---------------------------------------- | --------------------------------- | ---------------------------------------------- |
62+
| `visible` | `boolean` | True | Determines whether the dialog is shown or not |
63+
| `title` | `string` | True | Title for the dialog |
64+
| `subtitle` | `string` | Extra description about the alert |
65+
| `closeDialog` | `(event: GestureResponderEvent) => void` | True | Callback for the close button |
66+
| `confirm` | `(event: GestureResponderEvent) => void` | True | Callback for the confirm button |
67+
| `confirmText` | `string` | True | text to be shown on the confirm button |
68+
| `cancelText` | `string` | True | text to be shown on the cancel button |
69+
| `titleStyle?` | `Object` | False | Styles object for the title |
70+
| `cancelStyle?` | `Object` | False | Styles object for the cancel button container |
71+
| `confirmStyle?` | `Object` | False | Styles object for the confirm button container |
72+
| `subtitleStyle?` | `Object` | False | Styles object for the subtitle button |
73+
| `cancelTextStyle?` | `Object` | False | Styles object for the cancel button text |
74+
| `confirmTextStyle?` | `Object` | False | Styles object for the confirm button text |

0 commit comments

Comments
 (0)