File tree 3 files changed +3
-3
lines changed
src/components/composites
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export interface InterfaceAlertDialogProps
38
38
*/
39
39
finalFocusRef ?: React . RefObject < any > | any ;
40
40
/**
41
- * If true and the keyboard is opened, the AlertDialog will move up equvivalent to the keyboard height.
41
+ * If true and the keyboard is opened, the AlertDialog will move up equivalent to the keyboard height.
42
42
* @default false
43
43
*/
44
44
avoidKeyboard ?: boolean ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export interface InterfaceModalProps extends InterfaceBoxProps<IModalProps> {
32
32
*/
33
33
finalFocusRef ?: React . RefObject < any > ;
34
34
/**
35
- * If true and the keyboard is opened, the modal will move up equvivalent to the keyboard height.
35
+ * If true and the keyboard is opened, the modal will move up equivalent to the keyboard height.
36
36
* @default false
37
37
*/
38
38
avoidKeyboard ?: boolean ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export interface InterfaceToastProps extends InterfaceBoxProps<IToastProps> {
57
57
*/
58
58
accessibilityLiveRegion ?: 'none' | 'polite' | 'assertive' ;
59
59
/**
60
- * If true and the keyboard is opened, the Toast will move up equvivalent to the keyboard height.
60
+ * If true and the keyboard is opened, the Toast will move up equivalent to the keyboard height.
61
61
* @default false
62
62
*/
63
63
avoidKeyboard ?: boolean ;
You can’t perform that action at this time.
0 commit comments