Skip to content

Commit fcd6d26

Browse files
authored
fix(keyboard): add missing property
1 parent f95003c commit fcd6d26

File tree

1 file changed

+2
-1
lines changed
  • src/@ionic-native/plugins/keyboard

1 file changed

+2
-1
lines changed

src/@ionic-native/plugins/keyboard/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ export class Keyboard extends IonicNativePlugin {
5959

6060
/**
6161
* Programmatically set the resize mode
62+
* @param mode {string}
6263
*/
6364
@Cordova({
6465
sync: true,
6566
platforms: ['iOS']
6667
})
67-
setResizeMode(): void {}
68+
setResizeMode(mode: string): void {}
6869

6970
/**
7071
* Creates an observable that notifies you when the keyboard is shown. Unsubscribe to observable to cancel event watch.

0 commit comments

Comments
 (0)