diff --git a/src/@ionic-native/plugins/keyboard/index.ts b/src/@ionic-native/plugins/keyboard/index.ts index 76fbe5879..2ba74afdd 100644 --- a/src/@ionic-native/plugins/keyboard/index.ts +++ b/src/@ionic-native/plugins/keyboard/index.ts @@ -59,12 +59,13 @@ export class Keyboard extends IonicNativePlugin { /** * Programmatically set the resize mode + * @param mode {string} */ @Cordova({ sync: true, platforms: ['iOS'] }) - setResizeMode(): void {} + setResizeMode(mode: string): void {} /** * Creates an observable that notifies you when the keyboard is shown. Unsubscribe to observable to cancel event watch.