UNPKG

@capacitor/keyboard

Version:

The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.

5 lines (4 loc) 145 B
import type { KeyboardPlugin } from './definitions'; declare const Keyboard: KeyboardPlugin; export * from './definitions'; export { Keyboard };