Skip to content

Commit 04fb275

Browse files
authored
docs(keyboard): Add missing import in example (#2749)
1 parent b744cd7 commit 04fb275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs-md/apis/keyboard/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Keyboard API provides keyboard display and visibility control, along with ev
2626
## Example
2727

2828
```typescript
29-
import { Plugins } from '@capacitor/core';
29+
import { Plugins, KeyboardInfo } from '@capacitor/core';
3030

3131
const { Keyboard } = Plugins;
3232

0 commit comments

Comments
 (0)