Skip to content

Commit

Permalink
docs(keyboard): Add missing import in example (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakhal authored Apr 13, 2020
1 parent b744cd7 commit 04fb275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs-md/apis/keyboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Keyboard API provides keyboard display and visibility control, along with ev
## Example

```typescript
import { Plugins } from '@capacitor/core';
import { Plugins, KeyboardInfo } from '@capacitor/core';

const { Keyboard } = Plugins;

Expand Down

0 comments on commit 04fb275

Please sign in to comment.