File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ export type ToastOptions = {
68
68
*/
69
69
keyboardOffset ?: number ;
70
70
/**
71
- * When `true` offset calculation use KeyboardHeight in position calculation.
72
- * If you put <Toast /> inside a keyboard aware component and position is 'bootom ', you should set this to `false`.
73
- * Default value: true
71
+ * When `true` offset calculation use KeyboardHeight in position calculation.
72
+ * If you put <Toast /> inside a keyboard aware component and position is 'bottom ', you should set this to `false`.
73
+ * Default value: true
74
74
*/
75
75
avoidKeyboard ?: boolean ;
76
76
/**
@@ -199,9 +199,9 @@ export type ToastProps = {
199
199
*/
200
200
keyboardOffset ?: number ;
201
201
/**
202
- * When `true` offset calculation use KeyboardHeight in position calculation.
203
- * If you put <Toast /> inside a keyboard aware component and position is 'bootom ', you should set this to `false`.
204
- * Default value: true
202
+ * When `true` offset calculation use KeyboardHeight in position calculation.
203
+ * If you put <Toast /> inside a keyboard aware component and position is 'bottom ', you should set this to `false`.
204
+ * Default value: true
205
205
*/
206
206
avoidKeyboard ?: boolean ;
207
207
/**
You can’t perform that action at this time.
0 commit comments