Skip to content

Commit

Permalink
fix(keyboard): add missing CordovaProperty import (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNetkow authored and danielsogl committed Oct 18, 2019
1 parent a840a03 commit 7033a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/keyboard/index.ts
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, CordovaProperty, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs';

export enum KeyboardStyle {
Expand Down

0 comments on commit 7033a18

Please sign in to comment.